mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-06-08 11:23:52 +00:00
Cleanup.
This commit is contained in:
@@ -756,7 +756,7 @@ namespace bgfx { namespace hlsl
|
||||
}
|
||||
|
||||
{
|
||||
uint32_t shaderSize = code->GetBufferSize();
|
||||
uint32_t shaderSize = uint32_t(code->GetBufferSize() );
|
||||
bx::write(_writer, shaderSize);
|
||||
bx::write(_writer, code->GetBufferPointer(), shaderSize);
|
||||
uint8_t nul = 0;
|
||||
|
||||
Reference in New Issue
Block a user