mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 12:42:34 +01:00
Cleanup.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user