Searched defs:PreRasterizationState (Results 1 – 1 of 1) sorted by relevance
268 struct PreRasterizationState struct278 inline const PipelineLayout *getPipelineLayout() const { return pipelineLayout; } in getPipelineLayout()279 … void overridePipelineLayout(const PipelineLayout *linkedLayout) { pipelineLayout = linkedLayout; } in overridePipelineLayout()283 inline VkCullModeFlags getCullMode() const { return cullMode; } in getCullMode()284 inline VkFrontFace getFrontFace() const { return frontFace; } in getFrontFace()285 inline VkPolygonMode getPolygonMode() const { return polygonMode; } in getPolygonMode()286 inline VkProvokingVertexModeEXT getProvokingVertexMode() const { return provokingVertexMode; } in getProvokingVertexMode()287 …nline VkLineRasterizationModeEXT getLineRasterizationMode() const { return lineRasterizationMode; } in getLineRasterizationMode()289 inline bool hasRasterizerDiscard() const { return rasterizerDiscard; } in hasRasterizerDiscard()291 inline float getConstantDepthBias() const { return depthBiasEnable ? constantDepthBias : 0; } in getConstantDepthBias()[all …]