mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
D3D11: Renamed dx11 to dxbc. (#3586)
This commit is contained in:
committed by
GitHub
parent
562ece68a7
commit
90d61887ac
@@ -192,7 +192,7 @@ static const uint8_t fs_imgui_image_wgsl[853] =
|
||||
0x78, 0x5f, 0x46, 0x72, 0x61, 0x67, 0x44, 0x61, 0x74, 0x61, 0x30, 0x3b, 0x0a, 0x7d, 0x0a, 0x00, // x_FragData0;.}..
|
||||
0x00, 0x10, 0x00, 0x10, 0x00, // .....
|
||||
};
|
||||
static const uint8_t fs_imgui_image_dx11[471] =
|
||||
static const uint8_t fs_imgui_image_dxbc[471] =
|
||||
{
|
||||
0x46, 0x53, 0x48, 0x0b, 0x6f, 0x1e, 0x3e, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x11, 0x75, // FSH.o.><.......u
|
||||
0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x4c, 0x6f, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, // _imageLodEnabled
|
||||
|
||||
Reference in New Issue
Block a user