Interface VulkanClearValueType.VulkanClearValueDepthStencilType

All Superinterfaces:
VulkanClearValueType
All Known Implementing Classes:
VulkanClearValueDepthStencil
Enclosing interface:
VulkanClearValueType

@Immutable public static interface VulkanClearValueType.VulkanClearValueDepthStencilType extends VulkanClearValueType
A depth/stencil value.
  • Method Details

    • type

      default VulkanClearValueType.Type type()
      Specified by:
      type in interface VulkanClearValueType
      Returns:
      The type of value
    • depth

      @Default default float depth()
      Returns:
      The depth value
    • stencil

      @Default default int stencil()
      Returns:
      The stencil value