mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 05:23:00 +01:00
Adding ability to pass texture created outside of bgfx.
This commit is contained in:
@@ -121,6 +121,10 @@ namespace bgfx { namespace noop
|
||||
{
|
||||
}
|
||||
|
||||
void setInternal(TextureHandle /*_handle*/, uintptr_t /*_ptr*/) BX_OVERRIDE
|
||||
{
|
||||
}
|
||||
|
||||
void destroyTexture(TextureHandle /*_handle*/) BX_OVERRIDE
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user