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"
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The zero constants.
  • Method Summary

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

  • Method Details

    • r

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

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

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

      @Default default float a()
      Returns:
      The alpha component