| enum | agl::VertexStreamFormat {
agl::cVertexStreamFormat_8_uNorm = 0x00000000
, agl::cVertexStreamFormat_8_uInt = 0x00000100
, agl::cVertexStreamFormat_8_sNorm = 0x00000200
, agl::cVertexStreamFormat_8_sInt = 0x00000300
,
agl::cVertexStreamFormat_8_uInt_to_float = 0x00000800
, agl::cVertexStreamFormat_8_sInt_to_float = 0x00000a00
, agl::cVertexStreamFormat_4_4_uNorm = 0x00000001
, agl::cVertexStreamFormat_16_uNorm = 0x00000002
,
agl::cVertexStreamFormat_16_uInt = 0x00000102
, agl::cVertexStreamFormat_16_sNorm = 0x00000202
, agl::cVertexStreamFormat_16_sInt = 0x00000302
, agl::cVertexStreamFormat_16_float = 0x00000803
,
agl::cVertexStreamFormat_16_uInt_to_float = 0x00000802
, agl::cVertexStreamFormat_16_sInt_to_float = 0x00000a02
, agl::cVertexStreamFormat_8_8_uNorm = 0x00000004
, agl::cVertexStreamFormat_8_8_uInt = 0x00000104
,
agl::cVertexStreamFormat_8_8_sNorm = 0x00000204
, agl::cVertexStreamFormat_8_8_sInt = 0x00000304
, agl::cVertexStreamFormat_8_8_uInt_to_float = 0x00000804
, agl::cVertexStreamFormat_8_8_sInt_to_float = 0x00000a04
,
agl::cVertexStreamFormat_32_uInt = 0x00000105
, agl::cVertexStreamFormat_32_sInt = 0x00000305
, agl::cVertexStreamFormat_32_float = 0x00000806
, agl::cVertexStreamFormat_16_16_uNorm = 0x00000007
,
agl::cVertexStreamFormat_16_16_uInt = 0x00000107
, agl::cVertexStreamFormat_16_16_sNorm = 0x00000207
, agl::cVertexStreamFormat_16_16_sInt = 0x00000307
, agl::cVertexStreamFormat_16_16_float = 0x00000808
,
agl::cVertexStreamFormat_16_16_uInt_to_float = 0x00000807
, agl::cVertexStreamFormat_16_16_sInt_to_float = 0x00000a07
, agl::cVertexStreamFormat_10_11_11_float = 0x00000809
, agl::cVertexStreamFormat_8_8_8_8_uNorm = 0x0000000a
,
agl::cVertexStreamFormat_8_8_8_8_uInt = 0x0000010a
, agl::cVertexStreamFormat_8_8_8_8_sNorm = 0x0000020a
, agl::cVertexStreamFormat_8_8_8_8_sInt = 0x0000030a
, agl::cVertexStreamFormat_8_8_8_8_uInt_to_float = 0x0000080a
,
agl::cVertexStreamFormat_8_8_8_8_sInt_to_float = 0x00000a0a
, agl::cVertexStreamFormat_10_10_10_2_uNorm = 0x0000000b
, agl::cVertexStreamFormat_10_10_10_2_uInt = 0x0000010b
, agl::cVertexStreamFormat_10_10_10_2_sNorm = 0x0000020b
,
agl::cVertexStreamFormat_10_10_10_2_sInt = 0x0000030b
, agl::cVertexStreamFormat_32_32_uInt = 0x0000010c
, agl::cVertexStreamFormat_32_32_sInt = 0x0000030c
, agl::cVertexStreamFormat_32_32_float = 0x0000080d
,
agl::cVertexStreamFormat_16_16_16_16_uNorm = 0x0000000e
, agl::cVertexStreamFormat_16_16_16_16_uInt = 0x0000010e
, agl::cVertexStreamFormat_16_16_16_16_sNorm = 0x0000020e
, agl::cVertexStreamFormat_16_16_16_16_sInt = 0x0000030e
,
agl::cVertexStreamFormat_16_16_16_16_float = 0x0000080f
, agl::cVertexStreamFormat_16_16_16_16_uInt_to_float = 0x0000080e
, agl::cVertexStreamFormat_16_16_16_16_sInt_to_float = 0x00000a0e
, agl::cVertexStreamFormat_32_32_32_uInt = 0x00000110
,
agl::cVertexStreamFormat_32_32_32_sInt = 0x00000310
, agl::cVertexStreamFormat_32_32_32_float = 0x00000811
, agl::cVertexStreamFormat_32_32_32_32_uInt = 0x00000112
, agl::cVertexStreamFormat_32_32_32_32_sInt = 0x00000312
,
agl::cVertexStreamFormat_32_32_32_32_float = 0x00000813
} |