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 Summary

    Modifier and Type
    Method
    Description
    float
    a()
     
    float
    b()
     
    float
    g()
     
    float
    r()
     
  • Method Details

    • 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