Uses of Class
com.io7m.jcoronado.api.VulkanClearValueDepthStencil.Builder
-
Packages that use VulkanClearValueDepthStencil.Builder Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API) -
-
Uses of VulkanClearValueDepthStencil.Builder in com.io7m.jcoronado.api
Methods in com.io7m.jcoronado.api that return VulkanClearValueDepthStencil.Builder Modifier and Type Method Description static VulkanClearValueDepthStencil.Builder
VulkanClearValueDepthStencil. builder()
Creates a builder forVulkanClearValueDepthStencil
.VulkanClearValueDepthStencil.Builder
VulkanClearValueDepthStencil.Builder. from(VulkanClearValueType.VulkanClearValueDepthStencilType instance)
Fill a builder with attribute values from the providedVulkanClearValueDepthStencilType
instance.VulkanClearValueDepthStencil.Builder
VulkanClearValueDepthStencil.Builder. setDepth(float depth)
Initializes the value for thedepth
attribute.VulkanClearValueDepthStencil.Builder
VulkanClearValueDepthStencil.Builder. setStencil(int stencil)
Initializes the value for thestencil
attribute.
-