Interface VulkanPipelineMultisampleStateCreateInfoType
- All Known Implementing Classes:
VulkanPipelineMultisampleStateCreateInfo
@Immutable
public interface VulkanPipelineMultisampleStateCreateInfoType
- See Also:
-
Method Details
-
flags
- Returns:
- Flags reserved for future use
-
rasterizationSamples
- Returns:
- The number of samples per pixel used in rasterization.
-
sampleShadingEnable
@Parameter boolean sampleShadingEnable()- Returns:
trueif sample shading should be enabled
-
minSampleShading
@Parameter float minSampleShading()- Returns:
- minimum fraction of sample shading if
sampleShadingEnable()istrue
-
sampleMask
- Returns:
- static coverage information that is ANDed with the coverage information generated during rasterization.
-
alphaToCoverageEnable
@Parameter boolean alphaToCoverageEnable()- Returns:
trueif a temporary coverage value is generated based on the alpha component of the fragment’s first color output
-
alphaToOneEnable
@Parameter boolean alphaToOneEnable()- Returns:
trueif the alpha component of the fragment’s first color output is replaced with one as described in "Multisample Coverage".
-