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