Interface VulkanClearValueType
- All Known Subinterfaces:
VulkanClearValueType.VulkanClearValueColorFloatingPointType, VulkanClearValueType.VulkanClearValueColorIntegerSignedType, VulkanClearValueType.VulkanClearValueColorIntegerUnsignedType, VulkanClearValueType.VulkanClearValueColorType, VulkanClearValueType.VulkanClearValueDepthStencilType
- All Known Implementing Classes:
VulkanClearValueColorFloatingPoint, VulkanClearValueColorIntegerSigned, VulkanClearValueColorIntegerUnsigned, VulkanClearValueDepthStencil
public interface VulkanClearValueType
Union specifying a clear value.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe actual type of clea value.static interfaceA color consisting of floating-point components.static interfaceA color consisting of signed integer components.static interfaceA color consisting of unsigned integer components.static interfaceA depth/stencil value.static interfaceA depth/stencil value. -
Method Summary
-
Method Details
-
type
VulkanClearValueType.Type type()- Returns:
- The type of value
-