Interface VulkanComponentMappingType
- All Known Implementing Classes:
VulkanComponentMapping
@Immutable
public interface VulkanComponentMappingType
A structure specifying a color component mapping.
- See Also:
-
Method Details
-
identity
- Returns:
- A mapping with all fields set to
VulkanComponentSwizzle.VK_COMPONENT_SWIZZLE_IDENTITY
-
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.
-