mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 04:29:13 +12:00
implement textures
This commit is contained in:
parent
bac3a8e040
commit
b62a14d3ff
3 changed files with 63 additions and 3 deletions
|
@ -54,4 +54,7 @@ class RendererMTL final : public Renderer {
|
|||
commandBuffer = commandQueue->commandBuffer();
|
||||
}
|
||||
}
|
||||
|
||||
MTL::Texture* getTexture(Metal::Texture& tex);
|
||||
void bindTexturesToSlots();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue