Interface VulkanComponentMappingType
- All Known Implementing Classes:
VulkanComponentMapping
@Immutable
public interface VulkanComponentMappingType
A structure specifying a color component mapping.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault VulkanComponentSwizzlea()default VulkanComponentSwizzleb()default VulkanComponentSwizzleg()default VulkanComponentSwizzler()
-
Field Details
-
IDENTITY
The identity mapping.
-
-
Method Details
-
r
- Returns:
- The component value placed in the R component of the output vector.
-
g
- Returns:
- The component value placed in the G component of the output vector.
-
b
- Returns:
- The component value placed in the G component of the output vector.
-
a
- Returns:
- The component value placed in the A component of the output vector.
-