Searched defs:FragmentState (Results 1 – 1 of 1) sorted by relevance
308 struct FragmentState struct316 inline const PipelineLayout *getPipelineLayout() const { return pipelineLayout; } in getPipelineLayout()317 … void overridePipelineLayout(const PipelineLayout *linkedLayout) { pipelineLayout = linkedLayout; } in overridePipelineLayout()321 inline VkStencilOpState getFrontStencil() const { return frontStencil; } in getFrontStencil()322 inline VkStencilOpState getBackStencil() const { return backStencil; } in getBackStencil()324 inline float getMinDepthBounds() const { return minDepthBounds; } in getMinDepthBounds()325 inline float getMaxDepthBounds() const { return maxDepthBounds; } in getMaxDepthBounds()327 inline VkCompareOp getDepthCompareMode() const { return depthCompareMode; } in getDepthCompareMode()337 const PipelineLayout *pipelineLayout = nullptr;339 FragmentDynamicStateFlags dynamicStateFlags = {};[all …]