Searched defs:RenderCommandEncoderStates (Results 1 – 1 of 1) sorted by relevance
287 struct RenderCommandEncoderStates struct293 id<MTLRenderPipelineState> renderPipeline;295 MTLTriangleFillMode triangleFillMode;296 MTLWinding winding;297 MTLCullMode cullMode;299 id<MTLDepthStencilState> depthStencilState;300 float depthBias, depthSlopeScale, depthClamp;302 uint32_t stencilFrontRef, stencilBackRef;304 Optional<MTLViewport> viewport;305 Optional<MTLScissorRect> scissorRect;[all …]