Added texture update.

This commit is contained in:
bkaradzic
2012-08-12 21:02:11 -07:00
parent 8a8b958d1f
commit b86fb4cb56
12 changed files with 424 additions and 164 deletions

View File

@@ -109,6 +109,10 @@ namespace bgfx
{
}
void Context::rendererUpdateTexture(TextureHandle /*_handle*/, uint8_t /*_mip*/, const Rect& /*_rect*/, const Memory* /*_mem*/)
{
}
void Context::rendererDestroyTexture(TextureHandle /*_handle*/)
{
}