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
@@ -189,7 +189,7 @@ static const uint8_t fs_particle_wgsl[806] =
|
||||
0x66, 0x78, 0x5f, 0x46, 0x72, 0x61, 0x67, 0x44, 0x61, 0x74, 0x61, 0x30, 0x3b, 0x0a, 0x7d, 0x0a, // fx_FragData0;.}.
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // ......
|
||||
};
|
||||
static const uint8_t fs_particle_dx11[539] =
|
||||
static const uint8_t fs_particle_dxbc[539] =
|
||||
{
|
||||
0x46, 0x53, 0x48, 0x0b, 0x01, 0x83, 0xf2, 0xe1, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0a, 0x73, // FSH............s
|
||||
0x5f, 0x74, 0x65, 0x78, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x30, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, // _texColor0......
|
||||
|
||||
@@ -198,7 +198,7 @@ static const uint8_t vs_particle_wgsl[934] =
|
||||
0x2c, 0x20, 0x76, 0x5f, 0x33, 0x29, 0x3b, 0x0a, 0x7d, 0x0a, 0x00, 0x03, 0x05, 0x00, 0x01, 0x00, // , v_3);.}.......
|
||||
0x10, 0x00, 0x40, 0x00, 0x40, 0x00, // ..@.@.
|
||||
};
|
||||
static const uint8_t vs_particle_dx11[634] =
|
||||
static const uint8_t vs_particle_dxbc[634] =
|
||||
{
|
||||
0x56, 0x53, 0x48, 0x0b, 0x00, 0x00, 0x00, 0x00, 0x01, 0x83, 0xf2, 0xe1, 0x01, 0x00, 0x0f, 0x75, // VSH............u
|
||||
0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x56, 0x69, 0x65, 0x77, 0x50, 0x72, 0x6f, 0x6a, 0x04, 0x00, // _modelViewProj..
|
||||
|
||||
Reference in New Issue
Block a user