mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -3723,7 +3723,7 @@ namespace bgfx
|
||||
setViewScissor(_id, 0, 0, 0, 0);
|
||||
setViewClear(_id, BGFX_CLEAR_NONE, 0, 0.0f, 0);
|
||||
setViewSeq(_id, false);
|
||||
bgfx::FrameBufferHandle invalid = BGFX_INVALID_HANDLE;
|
||||
FrameBufferHandle invalid = BGFX_INVALID_HANDLE;
|
||||
setViewFrameBuffer(_id, invalid);
|
||||
setViewTransform(_id, NULL, NULL, BGFX_VIEW_NONE, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user