Added ability to select cubemap face for framebuffer attachments. PR#679.

This commit is contained in:
Branimir Karadžić
2016-02-14 11:51:48 -08:00
parent 94b6e384a1
commit 1f6d0e8c0a
17 changed files with 74 additions and 37 deletions

View File

@@ -134,7 +134,7 @@ namespace bgfx { namespace noop
{
}
void createFrameBuffer(FrameBufferHandle /*_handle*/, uint8_t /*_num*/, const TextureHandle* /*_textureHandles*/) BX_OVERRIDE
void createFrameBuffer(FrameBufferHandle /*_handle*/, uint8_t /*_num*/, const TextureHandle* /*_textureHandles*/, const uint8_t* /*_side*/) BX_OVERRIDE
{
}