metal: don't try to enable blending with integer canvases.

This commit is contained in:
Sasha Szpakowski
2024-08-14 19:15:23 -03:00
parent 8e2fc44a65
commit 9d5828a62f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ public:
ptrdiff_t getHandle() const override { return 0; }
void setVideoTextures(love::graphics::Texture *ytexture, love::graphics::Texture *cbtexture, love::graphics::Texture *crtexture) override;
id<MTLRenderPipelineState> getCachedRenderPipeline(const RenderPipelineKey &key);
id<MTLRenderPipelineState> getCachedRenderPipeline(Graphics *gfx, const RenderPipelineKey &key);
id<MTLComputePipelineState> getComputePipeline() const { return computePipeline; }
static int getUniformBufferBinding();