From 458e2b7243723b4e2b4d8460a9c930896ee5c904 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: Thu, 22 Sep 2022 19:10:23 -0700 Subject: [PATCH] Updated docs. --- docs/bgfx.rst | 2 +- docs/build.rst | 3 +++ docs/license.rst | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/bgfx.rst b/docs/bgfx.rst index b9ef88600..911a7fb6f 100644 --- a/docs/bgfx.rst +++ b/docs/bgfx.rst @@ -425,7 +425,7 @@ In Views, all draw commands are executed **after** blit and compute commands. .. doxygenfunction:: bgfx::submit(ViewId _id, ProgramHandle _program, uint32_t _depth = 0, uint8_t _flags = BGFX_DISCARD_ALL) .. doxygenfunction:: bgfx::submit(ViewId _id, ProgramHandle _program, OcclusionQueryHandle _occlusionQuery, uint32_t _depth = 0, uint8_t _flags = BGFX_DISCARD_ALL) .. doxygenfunction:: bgfx::submit(ViewId _id, ProgramHandle _program, IndirectBufferHandle _indirectHandle, uint16_t _start = 0, uint16_t _num = 1, uint32_t _depth = 0, uint8_t _flags = BGFX_DISCARD_ALL) -.. doxygenfunction:: void submit(ViewId _id, ProgramHandle _program, IndirectBufferHandle _indirectHandle, uint16_t _start, IndexBufferHandle _numHandle, uint32_t _numIndex = 0, uint16_t _numMax = UINT16_MAX, uint32_t _depth = 0, uint8_t _flags = BGFX_DISCARD_ALL) +.. doxygenfunction:: bgfx::submit(ViewId _id, ProgramHandle _program, IndirectBufferHandle _indirectHandle, uint16_t _start, IndexBufferHandle _numHandle, uint32_t _numIndex = 0, uint16_t _numMax = UINT16_MAX, uint32_t _depth = 0, uint8_t _flags = BGFX_DISCARD_ALL) Compute diff --git a/docs/build.rst b/docs/build.rst index 607c37701..7d990a535 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -83,6 +83,9 @@ Windows users download GnuWin32 utilities: - http://gnuwin32.sourceforge.net/packages/libiconv.htm - http://gnuwin32.sourceforge.net/packages/libintl.htm +.. note:: **MSYS**, **Cygwin**, etc. shells are not supported! + You must use use **cmd.exe** with provided makefiles. + Build ----- diff --git a/docs/license.rst b/docs/license.rst index 85dfc9c39..130b994d2 100644 --- a/docs/license.rst +++ b/docs/license.rst @@ -129,5 +129,4 @@ Normal map texture (GFDL License) Hextile example-49 texture (CC0 License) - - `Rob Tuytel`__ - https://polyhaven.com/a/aerial_rocks_04