Added initial texture read back support.

This commit is contained in:
Branimir Karadžić
2015-10-20 16:32:08 -07:00
parent 1be1714780
commit 6aa6efda12
14 changed files with 232 additions and 10 deletions

View File

@@ -113,6 +113,10 @@ namespace bgfx { namespace noop
{
}
void readTexture(TextureHandle /*_handle*/, void* /*_data*/) BX_OVERRIDE
{
}
void resizeTexture(TextureHandle /*_handle*/, uint16_t /*_width*/, uint16_t /*_height*/) BX_OVERRIDE
{
}