Added RG8 texture format.

This commit is contained in:
Branimir Karadžić
2014-07-25 23:16:11 -07:00
parent c2c1f42ecc
commit ac49c6f129
8 changed files with 16 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ namespace bgfx
{ 16, 1, 1, 2 }, // R16F
{ 32, 1, 1, 4 }, // R32
{ 32, 1, 1, 4 }, // R32F
{ 16, 1, 1, 2 }, // RG8
{ 32, 1, 1, 4 }, // RG16
{ 32, 1, 1, 4 }, // RG16F
{ 64, 1, 1, 8 }, // RG32
@@ -81,6 +82,7 @@ namespace bgfx
"R16F", // R16F
"R32", // R32
"R32F", // R32F
"RG8", // RG8
"RG16", // RG16
"RG16F", // RG16F
"RG32", // RG32