Searched defs:RenderCommandEncoderStates (Results 1 – 1 of 1) sorted by relevance
294 struct RenderCommandEncoderStates struct300 id<MTLRenderPipelineState> renderPipeline;302 MTLTriangleFillMode triangleFillMode;303 MTLWinding winding;304 MTLCullMode cullMode;306 id<MTLDepthStencilState> depthStencilState;307 float depthBias, depthSlopeScale, depthClamp;309 uint32_t stencilFrontRef, stencilBackRef;311 Optional<MTLViewport> viewport;312 Optional<MTLScissorRect> scissorRect;[all …]