mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Added ability to create texture for external use.
This commit is contained in:
@@ -87,6 +87,9 @@ namespace bgfx
|
||||
///
|
||||
void setInternal(TextureHandle _handle, uintptr_t _ptr);
|
||||
|
||||
///
|
||||
uintptr_t setInternal(TextureHandle _handle, uint16_t _width, uint16_t _height, uint8_t _numMips, TextureFormat::Enum _format, uint32_t _flags = BGFX_TEXTURE_NONE);
|
||||
|
||||
} // namespace bgfx
|
||||
|
||||
#if BX_PLATFORM_ANDROID
|
||||
|
||||
Reference in New Issue
Block a user