mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
fix: issues with drawing
This commit is contained in:
parent
c6704f9218
commit
4bc19e8e43
3 changed files with 26 additions and 7 deletions
|
@ -33,6 +33,9 @@ class RendererMTL final : public Renderer {
|
|||
// HACK
|
||||
MTL::Texture* topScreenTexture;
|
||||
|
||||
// Helpers
|
||||
MTL::SamplerState* basicSampler;
|
||||
|
||||
// Pipelines
|
||||
MTL::RenderPipelineState* displayPipeline;
|
||||
MTL::RenderPipelineState* drawPipeline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue