sample textures

This commit is contained in:
Samuliak 2024-07-02 14:02:00 +02:00
parent b62a14d3ff
commit 3bb1ccd4d8
3 changed files with 72 additions and 6 deletions

View file

@ -56,5 +56,5 @@ class RendererMTL final : public Renderer {
}
MTL::Texture* getTexture(Metal::Texture& tex);
void bindTexturesToSlots();
void bindTexturesToSlots(MTL::RenderCommandEncoder* encoder);
};