Searched refs:depthClipState (Results 1 – 1 of 1) sorted by relevance
1948 VkPipelineRasterizationDepthClipStateCreateInfoEXT depthClipState = {}; in initializePipeline() local1949 depthClipState.sType = in initializePipeline()1953 depthClipState.depthClipEnable = VK_TRUE; in initializePipeline()1954 *pNextPtr = &depthClipState; in initializePipeline()1955 pNextPtr = &depthClipState.pNext; in initializePipeline()