mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-07-24 23:19:12 +00:00
Added ability to create texture for external use.
This commit is contained in:
@@ -125,6 +125,11 @@ namespace bgfx { namespace noop
|
||||
{
|
||||
}
|
||||
|
||||
uintptr_t getInternal(TextureHandle /*_handle*/) BX_OVERRIDE
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void destroyTexture(TextureHandle /*_handle*/) BX_OVERRIDE
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user