mirror of https://github.com/bkaradzic/bgfx
Cleanup.
This commit is contained in:
parent
cfb8e8a13a
commit
e4881f986c
|
@ -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 New Issue