This commit is contained in:
Бранимир Караџић
2025-10-25 22:19:20 -07:00
parent cd3749dac9
commit 86036d7262

View File

@@ -98,7 +98,7 @@ namespace bgfx
///
/// @attention C99's equivalent binding is `bgfx_override_internal_texture_ptr`.
///
uintptr_t overrideInternal(TextureHandle _handle, uintptr_t _ptr, uint32_t _layerIndex = 0);
uintptr_t overrideInternal(TextureHandle _handle, uintptr_t _ptr, uint16_t _layerIndex = 0);
/// Override internal texture by creating new texture. Previously created
/// internal texture will released.