mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed Metal.
This commit is contained in:
parent
07e65283b0
commit
ec5333e69d
1 changed files with 5 additions and 0 deletions
|
@ -678,6 +678,11 @@ namespace bgfx { namespace mtl
|
|||
release(mem);
|
||||
}
|
||||
|
||||
void setInternal(TextureHandle _handle, uintptr_t _ptr) BX_OVERRIDE
|
||||
{
|
||||
BX_UNUSED(_handle, _ptr);
|
||||
}
|
||||
|
||||
void destroyTexture(TextureHandle _handle) BX_OVERRIDE
|
||||
{
|
||||
m_textures[_handle.idx].destroy();
|
||||
|
|
Loading…
Reference in a new issue