Interface VulkanBlendConstantsType

  • All Known Implementing Classes:
    VulkanBlendConstants

    @Immutable
    public interface VulkanBlendConstantsType
    The R, G, B, and A components of the blend constant that are used in blending.
    See Also:
    "VkPipelineColorBlendAttachmentState"
    • Method Detail

      • r

        @Parameter
        float r()
        Returns:
        The red component
      • g

        @Parameter
        float g()
        Returns:
        The green component
      • b

        @Parameter
        float b()
        Returns:
        The blue component
      • a

        @Parameter
        float a()
        Returns:
        The alpha component