mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
metal: initial love.graphics.dispatchThreadgroups implementation
This commit is contained in:
@@ -203,6 +203,7 @@ private:
|
||||
|
||||
id<MTLDepthStencilState> getCachedDepthStencilState(const DepthState &depth, const StencilState &stencil);
|
||||
void applyRenderState(id<MTLRenderCommandEncoder> renderEncoder, const VertexAttributes &attributes);
|
||||
void applyShaderUniforms(id<MTLComputeCommandEncoder> encoder, Shader *shader);
|
||||
void applyShaderUniforms(id<MTLRenderCommandEncoder> renderEncoder, Shader *shader, Texture *maintex);
|
||||
|
||||
id<MTLCommandQueue> commandQueue;
|
||||
|
||||
Reference in New Issue
Block a user