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:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ZERO
The zero constants.
-
-
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
-