Interface VulkanClearValueType.VulkanClearValueDepthStencilType

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

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

    • depth

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

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