From 9d4b897dc0e98f6370d4b59e3dd17e27a6ca9aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Fri, 27 Oct 2023 22:06:44 -0700 Subject: [PATCH] Updated docs. --- docs/bgfx.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/bgfx.rst b/docs/bgfx.rst index 911a7fb6f..e17513e3b 100644 --- a/docs/bgfx.rst +++ b/docs/bgfx.rst @@ -46,11 +46,11 @@ Reset .. doxygenfunction:: bgfx::reset .. doxygendefine:: BGFX_RESET_NONE -.. doxygendefine:: BGFX_RESET_FULLSCREEN .. doxygendefine:: BGFX_RESET_MSAA_X2 .. doxygendefine:: BGFX_RESET_MSAA_X4 .. doxygendefine:: BGFX_RESET_MSAA_X8 .. doxygendefine:: BGFX_RESET_MSAA_X16 +.. doxygendefine:: BGFX_RESET_FULLSCREEN .. doxygendefine:: BGFX_RESET_VSYNC .. doxygendefine:: BGFX_RESET_MAXANISOTROPY .. doxygendefine:: BGFX_RESET_CAPTURE @@ -60,6 +60,8 @@ Reset .. doxygendefine:: BGFX_RESET_HDR10 .. doxygendefine:: BGFX_RESET_HIDPI .. doxygendefine:: BGFX_RESET_DEPTH_CLAMP +.. doxygendefine:: BGFX_RESET_SUSPEND +.. doxygendefine:: BGFX_RESET_TRANSPARENT_BACKBUFFER Frame *****