浏览代码

Fixed function signature.

Бранимир Караџић 1 月之前
父节点
当前提交
2e7732de11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/bgfx.rst

+ 1 - 1
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