mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +02:00
metal: don't try to enable blending with integer canvases.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user