Searched refs:depthStencilAspects (Results 1 – 1 of 1) sorted by relevance
165 const AspectFlags depthStencilAspects = ASPECT_NONE, in makeGraphicsPipeline() argument169 const bool useDepth = (depthStencilAspects & ASPECT_DEPTH) != 0; in makeGraphicsPipeline()170 const bool useStencil = (depthStencilAspects & ASPECT_STENCIL) != 0; in makeGraphicsPipeline()