implement textures

This commit is contained in:
Samuliak 2024-07-02 13:40:29 +02:00
parent bac3a8e040
commit b62a14d3ff
3 changed files with 63 additions and 3 deletions

View file

@ -54,4 +54,7 @@ class RendererMTL final : public Renderer {
commandBuffer = commandQueue->commandBuffer();
}
}
MTL::Texture* getTexture(Metal::Texture& tex);
void bindTexturesToSlots();
};