Uses of Class
com.io7m.jcoronado.api.VulkanPipelineDepthStencilStateCreateFlag
-
Packages that use VulkanPipelineDepthStencilStateCreateFlag Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API) -
-
Uses of VulkanPipelineDepthStencilStateCreateFlag in com.io7m.jcoronado.api
Methods in com.io7m.jcoronado.api that return VulkanPipelineDepthStencilStateCreateFlag Modifier and Type Method Description static VulkanPipelineDepthStencilStateCreateFlag
VulkanPipelineDepthStencilStateCreateFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VulkanPipelineDepthStencilStateCreateFlag[]
VulkanPipelineDepthStencilStateCreateFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.io7m.jcoronado.api that return types with arguments of type VulkanPipelineDepthStencilStateCreateFlag Modifier and Type Method Description java.util.Set<VulkanPipelineDepthStencilStateCreateFlag>
VulkanPipelineDepthStencilStateCreateInfo. flags()
java.util.Set<VulkanPipelineDepthStencilStateCreateFlag>
VulkanPipelineDepthStencilStateCreateInfoType. flags()
Methods in com.io7m.jcoronado.api with parameters of type VulkanPipelineDepthStencilStateCreateFlag Modifier and Type Method Description VulkanPipelineDepthStencilStateCreateInfo.Builder
VulkanPipelineDepthStencilStateCreateInfo.Builder. addFlags(VulkanPipelineDepthStencilStateCreateFlag element)
Adds one element toflags
set.VulkanPipelineDepthStencilStateCreateInfo.Builder
VulkanPipelineDepthStencilStateCreateInfo.Builder. addFlags(VulkanPipelineDepthStencilStateCreateFlag... elements)
Adds elements toflags
set.VulkanPipelineDepthStencilStateCreateInfo
VulkanPipelineDepthStencilStateCreateInfo. withFlags(VulkanPipelineDepthStencilStateCreateFlag... elements)
Copy the current immutable object with elements that replace the content offlags
.Method parameters in com.io7m.jcoronado.api with type arguments of type VulkanPipelineDepthStencilStateCreateFlag Modifier and Type Method Description VulkanPipelineDepthStencilStateCreateInfo.Builder
VulkanPipelineDepthStencilStateCreateInfo.Builder. addAllFlags(java.lang.Iterable<VulkanPipelineDepthStencilStateCreateFlag> elements)
Adds elements toflags
set.static VulkanPipelineDepthStencilStateCreateInfo
VulkanPipelineDepthStencilStateCreateInfo. of(java.lang.Iterable<VulkanPipelineDepthStencilStateCreateFlag> flags, boolean depthTestEnable, boolean depthWriteEnable, VulkanCompareOp depthCompareOp, boolean depthBoundsTestEnable, boolean stencilTestEnable, VulkanStencilOpState front, VulkanStencilOpState back, float minDepthBounds, float maxDepthBounds)
Construct a new immutableVulkanPipelineDepthStencilStateCreateInfo
instance.static VulkanPipelineDepthStencilStateCreateInfo
VulkanPipelineDepthStencilStateCreateInfo. of(java.util.Set<VulkanPipelineDepthStencilStateCreateFlag> flags, boolean depthTestEnable, boolean depthWriteEnable, VulkanCompareOp depthCompareOp, boolean depthBoundsTestEnable, boolean stencilTestEnable, VulkanStencilOpState front, VulkanStencilOpState back, float minDepthBounds, float maxDepthBounds)
Construct a new immutableVulkanPipelineDepthStencilStateCreateInfo
instance.VulkanPipelineDepthStencilStateCreateInfo.Builder
VulkanPipelineDepthStencilStateCreateInfo.Builder. setFlags(java.lang.Iterable<VulkanPipelineDepthStencilStateCreateFlag> elements)
Sets or replaces all elements forflags
set.VulkanPipelineDepthStencilStateCreateInfo
VulkanPipelineDepthStencilStateCreateInfo. withFlags(java.lang.Iterable<VulkanPipelineDepthStencilStateCreateFlag> elements)
Copy the current immutable object with elements that replace the content offlags
.
-