Uses of Interface
com.io7m.jcoronado.api.VulkanCommandPoolType
-
Packages that use VulkanCommandPoolType Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API)com.io7m.jcoronado.lwjgl Type-safe Vulkan frontend (LWJGL implementation) -
-
Uses of VulkanCommandPoolType in com.io7m.jcoronado.api
Methods in com.io7m.jcoronado.api that return VulkanCommandPoolType Modifier and Type Method Description VulkanCommandPoolType
VulkanLogicalDeviceType. createCommandPool(VulkanCommandPoolCreateInfo create_info)
Create a command pool.VulkanCommandPoolType
VulkanCommandBufferCreateInfo. pool()
VulkanCommandPoolType
VulkanCommandBufferCreateInfoType. pool()
Methods in com.io7m.jcoronado.api with parameters of type VulkanCommandPoolType Modifier and Type Method Description default VulkanCommandBufferType
VulkanLogicalDeviceType. createCommandBuffer(VulkanCommandPoolType pool, VulkanCommandBufferLevel level)
Create a command buffer.static VulkanCommandBufferCreateInfo
VulkanCommandBufferCreateInfo. of(VulkanCommandPoolType pool, VulkanCommandBufferLevel level, int count)
Construct a new immutableVulkanCommandBufferCreateInfo
instance.default void
VulkanLogicalDeviceType. resetCommandPool(VulkanCommandPoolType pool)
Reset the given command pool.void
VulkanLogicalDeviceType. resetCommandPool(VulkanCommandPoolType pool, java.util.Set<VulkanCommandPoolResetFlag> flags)
Reset the given command pool.VulkanCommandBufferCreateInfo.Builder
VulkanCommandBufferCreateInfo.Builder. setPool(VulkanCommandPoolType pool)
Initializes the value for thepool
attribute.VulkanCommandBufferCreateInfo
VulkanCommandBufferCreateInfo. withPool(VulkanCommandPoolType value)
Copy the current immutable object by setting a value for thepool
attribute. -
Uses of VulkanCommandPoolType in com.io7m.jcoronado.lwjgl
Classes in com.io7m.jcoronado.lwjgl that implement VulkanCommandPoolType Modifier and Type Class Description class
VulkanLWJGLCommandPool
LWJGLVulkanCommandPoolType
.Methods in com.io7m.jcoronado.lwjgl that return VulkanCommandPoolType Modifier and Type Method Description VulkanCommandPoolType
VulkanLWJGLLogicalDevice. createCommandPool(VulkanCommandPoolCreateInfo create_info)
Methods in com.io7m.jcoronado.lwjgl with parameters of type VulkanCommandPoolType Modifier and Type Method Description void
VulkanLWJGLLogicalDevice. resetCommandPool(VulkanCommandPoolType pool, java.util.Set<VulkanCommandPoolResetFlag> flags)
-