Uses of Interface
com.io7m.jcoronado.api.VulkanCommandBufferType
-
Packages that use VulkanCommandBufferType Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API)com.io7m.jcoronado.lwjgl Type-safe Vulkan frontend (LWJGL implementation) -
-
Uses of VulkanCommandBufferType in com.io7m.jcoronado.api
Methods in com.io7m.jcoronado.api that return VulkanCommandBufferType Modifier and Type Method Description default VulkanCommandBufferType
VulkanLogicalDeviceType. createCommandBuffer(VulkanCommandPoolType pool, VulkanCommandBufferLevel level)
Create a command buffer.Methods in com.io7m.jcoronado.api that return types with arguments of type VulkanCommandBufferType Modifier and Type Method Description java.util.List<VulkanCommandBufferType>
VulkanSubmitInfo. commandBuffers()
java.util.List<VulkanCommandBufferType>
VulkanSubmitInfoType. commandBuffers()
java.util.List<VulkanCommandBufferType>
VulkanLogicalDeviceType. createCommandBuffers(VulkanCommandBufferCreateInfo create_info)
Create a command buffer.Methods in com.io7m.jcoronado.api with parameters of type VulkanCommandBufferType Modifier and Type Method Description VulkanSubmitInfo.Builder
VulkanSubmitInfo.Builder. addCommandBuffers(VulkanCommandBufferType element)
Adds one element tocommandBuffers
list.VulkanSubmitInfo.Builder
VulkanSubmitInfo.Builder. addCommandBuffers(VulkanCommandBufferType... elements)
Adds elements tocommandBuffers
list.VulkanSubmitInfo
VulkanSubmitInfo. withCommandBuffers(VulkanCommandBufferType... elements)
Copy the current immutable object with elements that replace the content ofcommandBuffers
.Method parameters in com.io7m.jcoronado.api with type arguments of type VulkanCommandBufferType Modifier and Type Method Description VulkanSubmitInfo.Builder
VulkanSubmitInfo.Builder. addAllCommandBuffers(java.lang.Iterable<? extends VulkanCommandBufferType> elements)
Adds elements tocommandBuffers
list.VulkanSubmitInfo.Builder
VulkanSubmitInfo.Builder. setCommandBuffers(java.lang.Iterable<? extends VulkanCommandBufferType> elements)
Sets or replaces all elements forcommandBuffers
list.VulkanSubmitInfo
VulkanSubmitInfo. withCommandBuffers(java.lang.Iterable<? extends VulkanCommandBufferType> elements)
Copy the current immutable object with elements that replace the content ofcommandBuffers
. -
Uses of VulkanCommandBufferType in com.io7m.jcoronado.lwjgl
Classes in com.io7m.jcoronado.lwjgl that implement VulkanCommandBufferType Modifier and Type Class Description class
VulkanLWJGLCommandBuffer
LWJGLVulkanCommandBufferType
.Methods in com.io7m.jcoronado.lwjgl that return types with arguments of type VulkanCommandBufferType Modifier and Type Method Description java.util.List<VulkanCommandBufferType>
VulkanLWJGLLogicalDevice. createCommandBuffers(VulkanCommandBufferCreateInfo create_info)
-