mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39:13 +12:00
rewrite shaders
This commit is contained in:
parent
e0fcfb44a8
commit
d41e77491a
5 changed files with 52 additions and 18 deletions
|
@ -29,4 +29,11 @@ class RendererMTL final : public Renderer {
|
|||
|
||||
MTL::Device* device;
|
||||
MTL::CommandQueue* commandQueue;
|
||||
|
||||
// HACK
|
||||
MTL::Texture* topScreenTexture;
|
||||
|
||||
// Pipelines
|
||||
MTL::RenderPipelineState* displayPipeline;
|
||||
MTL::RenderPipelineState* drawPipeline;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue