Interface VulkanClearValueType.VulkanClearValueColorType
- All Superinterfaces:
VulkanClearValueType
- All Known Subinterfaces:
VulkanClearValueType.VulkanClearValueColorFloatingPointType,VulkanClearValueType.VulkanClearValueColorIntegerSignedType,VulkanClearValueType.VulkanClearValueColorIntegerUnsignedType
- All Known Implementing Classes:
VulkanClearValueColorFloatingPoint,VulkanClearValueColorIntegerSigned,VulkanClearValueColorIntegerUnsigned
- Enclosing interface:
VulkanClearValueType
A depth/stencil value.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe actual type of clea value.Nested classes/interfaces inherited from interface com.io7m.jcoronado.api.VulkanClearValueType
VulkanClearValueType.Type, VulkanClearValueType.VulkanClearValueColorFloatingPointType, VulkanClearValueType.VulkanClearValueColorIntegerSignedType, VulkanClearValueType.VulkanClearValueColorIntegerUnsignedType, VulkanClearValueType.VulkanClearValueColorType, VulkanClearValueType.VulkanClearValueDepthStencilType -
Method Summary
-
Method Details
-
type
- Specified by:
typein interfaceVulkanClearValueType- Returns:
- The type of value
-
colorType
- Returns:
- The type of value
-