Add BGR versions of 16 bit formats (#2897)

* pixelformats: Add BGRA4

* pixelformats: Add BGR5A1

* pixelformats: Add B5G6R5

* make idl
This commit is contained in:
Sandy
2022-08-25 19:08:06 -04:00
committed by GitHub
parent 561e91a62b
commit 85910e9778
15 changed files with 84 additions and 18 deletions

View File

@@ -1746,8 +1746,11 @@ public static class bgfx
RGBA32I,
RGBA32U,
RGBA32F,
B5G6R5,
R5G6B5,
BGRA4,
RGBA4,
BGR5A1,
RGB5A1,
RGB10A2,
RG11B10F,
@@ -2037,7 +2040,7 @@ public static class bgfx
public uint8 numGPUs;
public GPU[4] gpu;
public Limits limits;
public uint16[85] formats;
public uint16[88] formats;
}
[CRepr]