-
Notifications
You must be signed in to change notification settings - Fork 270
Expand file tree
/
Copy pathupdate_tile_mappings_smem.h
More file actions
19 lines (19 loc) · 1.17 KB
/
update_tile_mappings_smem.h
File metadata and controls
19 lines (19 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
static const DWORD update_tile_mappings_smem_code_dxbc[] =
{
0x43425844, 0x37ca9b62, 0x19067318, 0xe3db2632, 0x5a979287, 0x00000001, 0x00000108, 0x00000003,
0x0000002c, 0x0000003c, 0x0000004c, 0x4e475349, 0x00000008, 0x00000000, 0x00000008, 0x4e47534f,
0x00000008, 0x00000000, 0x00000008, 0x58454853, 0x000000b4, 0x00050050, 0x0000002d, 0x0100086a,
0x040000a2, 0x00107000, 0x00000000, 0x00000004, 0x0400009e, 0x0011e000, 0x00000000, 0x00000004,
0x0200005f, 0x00021012, 0x02000068, 0x00000001, 0x0400009b, 0x00000001, 0x00000001, 0x00000001,
0x06000029, 0x00100012, 0x00000000, 0x0002100a, 0x00004001, 0x0000000e, 0x8b0000a7, 0x80002302,
0x00199983, 0x00100012, 0x00000000, 0x0010000a, 0x00000000, 0x00004001, 0x00000000, 0x00107006,
0x00000000, 0x080000a8, 0x0011e012, 0x00000000, 0x0002100a, 0x00004001, 0x00000000, 0x0010000a,
0x00000000, 0x0100003e,
};
#ifdef __GNUC__
#define UNUSED_ARRAY_ATTR __attribute__((unused))
#else
#define UNUSED_ARRAY_ATTR
#endif
UNUSED_ARRAY_ATTR static const D3D12_SHADER_BYTECODE update_tile_mappings_smem_dxbc = { update_tile_mappings_smem_code_dxbc, sizeof(update_tile_mappings_smem_code_dxbc) };
#undef UNUSED_ARRAY_ATTR