mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-22 02:14:29 +00:00
Added depth control, sample mask, and read-only depth/stencil attachments. (#3971)
This commit is contained in:
committed by
GitHub
parent
a5a3d30421
commit
2e51cb6aa9
@@ -308,7 +308,6 @@ BX_PRAGMA_DIAGNOSTIC_POP();
|
||||
|| setOrToggle(s_reset, "flush", BGFX_RESET_FLUSH_AFTER_RENDER, 1, _argc, _argv)
|
||||
|| setOrToggle(s_reset, "flip", BGFX_RESET_FLIP_AFTER_RENDER, 1, _argc, _argv)
|
||||
|| setOrToggle(s_reset, "hidpi", BGFX_RESET_HIDPI, 1, _argc, _argv)
|
||||
|| setOrToggle(s_reset, "depthclamp", BGFX_RESET_DEPTH_CLAMP, 1, _argc, _argv)
|
||||
)
|
||||
{
|
||||
return bx::kExitSuccess;
|
||||
|
||||
Reference in New Issue
Block a user