Uses of Class
com.io7m.jcoronado.api.VulkanLogicalDeviceType.VulkanEventStatus
-
Packages that use VulkanLogicalDeviceType.VulkanEventStatus Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API)com.io7m.jcoronado.lwjgl Type-safe Vulkan frontend (LWJGL implementation) -
-
Uses of VulkanLogicalDeviceType.VulkanEventStatus in com.io7m.jcoronado.api
Methods in com.io7m.jcoronado.api that return VulkanLogicalDeviceType.VulkanEventStatus Modifier and Type Method Description VulkanLogicalDeviceType.VulkanEventStatus
VulkanLogicalDeviceType. getEventStatus(VulkanEventType event)
Retrieve the status of an event object.static VulkanLogicalDeviceType.VulkanEventStatus
VulkanLogicalDeviceType.VulkanEventStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VulkanLogicalDeviceType.VulkanEventStatus[]
VulkanLogicalDeviceType.VulkanEventStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VulkanLogicalDeviceType.VulkanEventStatus in com.io7m.jcoronado.lwjgl
Methods in com.io7m.jcoronado.lwjgl that return VulkanLogicalDeviceType.VulkanEventStatus Modifier and Type Method Description VulkanLogicalDeviceType.VulkanEventStatus
VulkanLWJGLLogicalDevice. getEventStatus(VulkanEventType event)
-