Searched defs:PreRasterizationState (Results 1 – 1 of 1) sorted by relevance
277 struct PreRasterizationState struct287 inline const PipelineLayout *getPipelineLayout() const { return pipelineLayout; } in getPipelineLayout()288 … void overridePipelineLayout(const PipelineLayout *linkedLayout) { pipelineLayout = linkedLayout; } in overridePipelineLayout()292 inline VkCullModeFlags getCullMode() const { return cullMode; } in getCullMode()293 inline VkFrontFace getFrontFace() const { return frontFace; } in getFrontFace()294 inline VkPolygonMode getPolygonMode() const { return polygonMode; } in getPolygonMode()295 inline VkProvokingVertexModeEXT getProvokingVertexMode() const { return provokingVertexMode; } in getProvokingVertexMode()296 …nline VkLineRasterizationModeEXT getLineRasterizationMode() const { return lineRasterizationMode; } in getLineRasterizationMode()298 inline bool hasRasterizerDiscard() const { return rasterizerDiscard; } in hasRasterizerDiscard()300 inline float getConstantDepthBias() const { return depthBiasEnable ? constantDepthBias : 0; } in getConstantDepthBias()[all …]