blob: b243520d2991698946de266947d993dfbeb930a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"B5G6R5_UNORM": {
"fboImplementationInternalFormat": "GL_RGB565"
},
"B5G5R5A1_UNORM": {
"fboImplementationInternalFormat": "GL_RGB5_A1",
"channelStruct": "A1R5G5B5"
},
"B8G8R8X8_UNORM": {
"glInternalFormat": "GL_BGRA8_EXT",
"channelStruct": "B8G8R8X8"
},
"R9G9B9E5_SHAREDEXP": {
"componentType": "float",
"channelStruct": "R9G9B9E5"
},
"B4G4R4A4_UNORM": {
"fboImplementationInternalFormat": "GL_RGBA4",
"channelStruct": "A4R4G4B4"
}
}
|