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
@@ -165,7 +165,7 @@ static const uint8_t fs_metaballs_wgsl[681] =
|
||||
0x20, 0x62, 0x67, 0x66, 0x78, 0x5f, 0x46, 0x72, 0x61, 0x67, 0x44, 0x61, 0x74, 0x61, 0x30, 0x3b, // bgfx_FragData0;
|
||||
0x0a, 0x7d, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // .}.......
|
||||
};
|
||||
static const uint8_t fs_metaballs_dx11[670] =
|
||||
static const uint8_t fs_metaballs_dxbc[670] =
|
||||
{
|
||||
0x46, 0x53, 0x48, 0x0b, 0x03, 0x2c, 0xf5, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0x02, // FSH..,.?........
|
||||
0x00, 0x00, 0x44, 0x58, 0x42, 0x43, 0xe0, 0x71, 0x1c, 0x84, 0x5e, 0xe7, 0xa2, 0x56, 0xe3, 0xe1, // ..DXBC.q..^..V..
|
||||
|
||||
Reference in New Issue
Block a user