فهرست منبع

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
 .. doxygenstruct:: bgfx::InternalData
     :members:
     :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)
 .. 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
 Miscellaneous