Simple question that I can't find an answer to, On openGL there is a glDeleteTextures(1, &t)
Obviously the model is quite drastically different but i'm wondering if Metal has the same need or requirement.
Are MTLTexture
's just released via reference counting or is there another way to release the texture and let the GPU clear it out of its caches as well?