Fixed mipmap chain generation for textures created with backbuffer ratio size.

This commit is contained in:
Branimir Karadžić
2016-07-21 12:57:14 -07:00
parent e65816831f
commit 08b5e9c851
8 changed files with 45 additions and 24 deletions

View File

@@ -117,7 +117,7 @@ namespace bgfx { namespace noop
{
}
void resizeTexture(TextureHandle /*_handle*/, uint16_t /*_width*/, uint16_t /*_height*/) BX_OVERRIDE
void resizeTexture(TextureHandle /*_handle*/, uint16_t /*_width*/, uint16_t /*_height*/, uint8_t /*_numMips*/) BX_OVERRIDE
{
}