storeDataType.storeDataType

Undocumented in source.
  1. alias storeDataType = ubyte
  2. alias storeDataType = byte
  3. alias storeDataType = ubyte
  4. alias storeDataType = byte
  5. alias storeDataType = ubyte
  6. alias storeDataType = short
  7. alias storeDataType = ushort
    template storeDataType(DataType DT)
    static if(!(DT == DataType.RAWBYTE))
    static if(!(DT == DataType.BYTE))
    static if(!(DT == DataType.UBYTE))
    static if(!(DT == DataType.NORM_QUART))
    static if(!(DT == DataType.UNORM_QUART))
    static if(!(DT == DataType.SHORT))
    static if(DT == DataType.USHORT)
    alias storeDataType = ushort
  8. alias storeDataType = short
  9. alias storeDataType = ushort
  10. alias storeDataType = int
  11. alias storeDataType = uint
  12. alias storeDataType = int
  13. alias storeDataType = uint
  14. alias storeDataType = long
  15. alias storeDataType = ulong
  16. alias storeDataType = long
  17. alias storeDataType = ulong
  18. alias storeDataType = float
  19. alias storeDataType = double

Meta