summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/libANGLE/renderer/angle_format_data.json
blob: 5b3a226e2e9de7af94aec4034e5c5b9440ab12e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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"
  },
  "R8G8B8A8_UNORM_SRGB": {
    "channelStruct":  "R8G8B8A8SRGB"
  }
}