mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Cleanup.
This commit is contained in:
parent
cfb8e8a13a
commit
e4881f986c
1 changed files with 1 additions and 1 deletions
|
@ -3125,7 +3125,7 @@ data.NumQualityLevels = 0;
|
|||
, numSrd
|
||||
, srd
|
||||
);
|
||||
BX_CHECK(0 != result, "Invalid size");
|
||||
BX_CHECK(0 != result, "Invalid size"); BX_UNUSED(result);
|
||||
BX_TRACE("Update subresource %" PRId64, result);
|
||||
|
||||
setState(commandList, state);
|
||||
|
|
Loading…
Reference in a new issue