mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
metal: implement mesh cull modes
This commit is contained in:
@@ -212,6 +212,7 @@ private:
|
||||
MTLRenderPassDescriptor *passDesc;
|
||||
|
||||
uint32 dirtyRenderState;
|
||||
CullMode lastCullMode;
|
||||
VertexAttributes lastVertexAttributes;
|
||||
bool windowHasStencil;
|
||||
int shaderSwitches;
|
||||
|
||||
Reference in New Issue
Block a user