Back
This commit is contained in:
@ -138,6 +138,7 @@ namespace ia::iae
|
||||
|
||||
VOID GPUResourceManager::DestroyTexture(IN SDL_GPUTexture *handle)
|
||||
{
|
||||
if(!handle) return;
|
||||
SDL_ReleaseGPUTexture(Renderer::GetDevice(), handle);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user