fix: issues with drawing

This commit is contained in:
Samuliak 2024-07-02 10:05:59 +02:00
parent c6704f9218
commit 4bc19e8e43
3 changed files with 26 additions and 7 deletions

View file

@ -33,6 +33,9 @@ class RendererMTL final : public Renderer {
// HACK
MTL::Texture* topScreenTexture;
// Helpers
MTL::SamplerState* basicSampler;
// Pipelines
MTL::RenderPipelineState* displayPipeline;
MTL::RenderPipelineState* drawPipeline;