Uses of Record Class
club.doki7.vulkan.datatype.VkCommandBufferAllocateInfo
Packages that use VkCommandBufferAllocateInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkCommandBufferAllocateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCommandBufferAllocateInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.allocateCommandBuffers
(VkDevice device, VkCommandBufferAllocateInfo pAllocateInfo, VkCommandBuffer.Ptr pCommandBuffers) -
Uses of VkCommandBufferAllocateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCommandBufferAllocateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCommandBufferAllocateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCommandBufferAllocateInfoModifier and TypeMethodDescriptionstatic VkCommandBufferAllocateInfo
@NotNull VkCommandBufferAllocateInfo
VkCommandBufferAllocateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkCommandBufferAllocateInfo
VkCommandBufferAllocateInfo.clone
(Arena arena, VkCommandBufferAllocateInfo src) VkCommandBufferAllocateInfo.commandBufferCount
(int value) VkCommandBufferAllocateInfo.commandPool
(@Nullable VkCommandPool value) VkCommandBufferAllocateInfo.level
(int value) VkCommandBufferAllocateInfo.pNext
(@NotNull MemorySegment value) VkCommandBufferAllocateInfo.sType
(int value) VkCommandBufferAllocateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCommandBufferAllocateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkCommandBufferAllocateInfo> VkCommandBufferAllocateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCommandBufferAllocateInfoModifier and TypeMethodDescriptionstatic VkCommandBufferAllocateInfo
VkCommandBufferAllocateInfo.clone
(Arena arena, VkCommandBufferAllocateInfo src) void
VkCommandBufferAllocateInfo.Ptr.write
(long index, @NotNull VkCommandBufferAllocateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCommandBufferAllocateInfoModifier and TypeMethodDescriptionVkCommandBufferAllocateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkCommandBufferAllocateInfo> consumer)