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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkCommandBufferAllocateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCommandBufferAllocateInfoModifier and TypeMethodDescriptionstatic VkCommandBufferAllocateInfo@NotNull VkCommandBufferAllocateInfoVkCommandBufferAllocateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCommandBufferAllocateInfoVkCommandBufferAllocateInfo.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 VkCommandBufferAllocateInfoVkCommandBufferAllocateInfo.clone(Arena arena, VkCommandBufferAllocateInfo src) voidVkCommandBufferAllocateInfo.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)