From 2e7732de11bc30dd6eea1027f346a325f191ab67 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: Sat, 1 Nov 2025 22:07:51 -0700 Subject: [PATCH] Fixed function signature. --- docs/bgfx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bgfx.rst b/docs/bgfx.rst index 63121e6a6..c91b7a30e 100644 --- a/docs/bgfx.rst +++ b/docs/bgfx.rst @@ -182,7 +182,7 @@ It is only necessary to use these APIs in conjunction with creating windows. .. doxygenstruct:: bgfx::InternalData :members: -.. doxygenfunction:: bgfx::overrideInternal(TextureHandle _handle, uintptr_t _ptr) +.. doxygenfunction:: bgfx::overrideInternal(TextureHandle _handle, uintptr_t _ptr, uint16_t _layerIndex = 0) .. doxygenfunction:: bgfx::overrideInternal(TextureHandle _handle, uint16_t _width, uint16_t _height, uint8_t _numMips, TextureFormat::Enum _format, uint64_t _flags = BGFX_TEXTURE_NONE | BGFX_SAMPLER_NONE) Miscellaneous