Added ability to create texture for external use.

This commit is contained in:
Branimir Karadžić
2016-01-18 17:29:53 -08:00
parent da38788fb1
commit 445ac92eff
9 changed files with 74 additions and 7 deletions

View File

@@ -125,6 +125,11 @@ namespace bgfx { namespace noop
{
}
uintptr_t getInternal(TextureHandle /*_handle*/) BX_OVERRIDE
{
return 0;
}
void destroyTexture(TextureHandle /*_handle*/) BX_OVERRIDE
{
}