Skip to content

Commit

Permalink
use BX_MAKEFOURCC in shaderc_hlsl.cpp (#3293)
Browse files Browse the repository at this point in the history
  • Loading branch information
0Alastair1 authored May 13, 2024
1 parent 662071f commit 3bcaacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shaderc/shaderc_hlsl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ namespace bgfx { namespace hlsl
const uint32_t D3DSIO_END = 0x0000FFFF;
const uint32_t D3DSI_OPCODE_MASK = 0x0000FFFF;
const uint32_t D3DSI_COMMENTSIZE_MASK = 0x7FFF0000;
const uint32_t CTAB_CONSTANT = MAKEFOURCC('C', 'T', 'A', 'B');
const uint32_t CTAB_CONSTANT = BX_MAKEFOURCC('C', 'T', 'A', 'B');

// parse the shader blob for the constant table
const size_t codeSize = _code->GetBufferSize();
Expand Down

0 comments on commit 3bcaacc

Please sign in to comment.