Interface VulkanClearValueType
- All Known Subinterfaces:
VulkanClearValueType.VulkanClearValueColorFloatingPointType, VulkanClearValueType.VulkanClearValueColorIntegerSignedType, VulkanClearValueType.VulkanClearValueColorIntegerUnsignedType, VulkanClearValueType.VulkanClearValueColorType, VulkanClearValueType.VulkanClearValueDepthStencilType
- All Known Implementing Classes:
VulkanClearValueColorFloatingPoint, VulkanClearValueColorIntegerSigned, VulkanClearValueColorIntegerUnsigned, VulkanClearValueDepthStencil
public sealed interface VulkanClearValueType
permits VulkanClearValueType.VulkanClearValueDepthStencilType, VulkanClearValueType.VulkanClearValueColorType
Union specifying a clear value.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic 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.