mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Added RG8 texture format.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user