Uses of Interface
com.io7m.jcoronado.api.VulkanComputeWorkGroupCountType
-
Packages that use VulkanComputeWorkGroupCountType Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API) -
-
Uses of VulkanComputeWorkGroupCountType in com.io7m.jcoronado.api
Classes in com.io7m.jcoronado.api that implement VulkanComputeWorkGroupCountType Modifier and Type Class Description class
VulkanComputeWorkGroupCount
the maximum number of local workgroups that can be dispatched by a single dispatch command.Methods in com.io7m.jcoronado.api with parameters of type VulkanComputeWorkGroupCountType Modifier and Type Method Description static VulkanComputeWorkGroupCount
VulkanComputeWorkGroupCount. copyOf(VulkanComputeWorkGroupCountType instance)
Creates an immutable copy of aVulkanComputeWorkGroupCountType
value.VulkanComputeWorkGroupCount.Builder
VulkanComputeWorkGroupCount.Builder. from(VulkanComputeWorkGroupCountType instance)
Fill a builder with attribute values from the providedVulkanComputeWorkGroupCountType
instance.
-