Added BGFX_FRAME_* flags to add ability to discard all draw calls. (#3599)

This commit is contained in:
Branimir Karadžić
2026-02-18 17:42:31 -08:00
committed by GitHub
parent 2800f17970
commit c85fa25266
14 changed files with 129 additions and 35 deletions

View File

@@ -68,6 +68,10 @@ Reset
Frame
*****
.. doxygendefine:: BGFX_FRAME_NONE
.. doxygendefine:: BGFX_FRAME_DEBUG_CAPTURE
.. doxygendefine:: BGFX_FRAME_DISCARD
.. doxygenfunction:: bgfx::frame
Debug