Uses of Record Class
club.doki7.vulkan.handle.VkCommandPool
Packages that use VkCommandPool
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkCommandPool in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCommandPoolModifier and TypeMethodDescriptionvoid
VkDeviceCommands.destroyCommandPool
(VkDevice device, @Nullable VkCommandPool commandPool, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.freeCommandBuffers
(VkDevice device, VkCommandPool commandPool, int commandBufferCount, VkCommandBuffer.Ptr pCommandBuffers) int
VkDeviceCommands.resetCommandPool
(VkDevice device, VkCommandPool commandPool, int flags) void
VkDeviceCommands.trimCommandPool
(VkDevice device, VkCommandPool commandPool, int flags) void
VkDeviceCommands.trimCommandPoolKHR
(VkDevice device, VkCommandPool commandPool, int flags) -
Uses of VkCommandPool in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkCommandPoolModifier and TypeMethodDescription@Nullable VkCommandPool
VkCommandBufferAllocateInfo.commandPool()
Methods in club.doki7.vulkan.datatype with parameters of type VkCommandPoolModifier and TypeMethodDescriptionVkCommandBufferAllocateInfo.commandPool
(@Nullable VkCommandPool value) -
Uses of VkCommandPool in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkCommandPoolModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkCommandPool
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkCommandPoolModifier and TypeMethodDescription@Nullable VkCommandPool
VkCommandPool.Ptr.read()
@Nullable VkCommandPool
VkCommandPool.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkCommandPoolMethods in club.doki7.vulkan.handle with parameters of type VkCommandPoolModifier and TypeMethodDescriptionstatic VkCommandPool.Ptr
VkCommandPool.Ptr.allocate
(Arena arena, @Nullable VkCommandPool @NotNull [] values) static VkCommandPool.Ptr
VkCommandPool.Ptr.allocateV
(Arena arena, @Nullable VkCommandPool value0, @Nullable VkCommandPool... values) void
VkCommandPool.Ptr.write
(long index, @Nullable VkCommandPool value) void
VkCommandPool.Ptr.write
(@Nullable VkCommandPool value) void
VkCommandPool.Ptr.write
(@Nullable VkCommandPool[] values) void
VkCommandPool.Ptr.writeV
(@Nullable VkCommandPool value0, @Nullable VkCommandPool... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkCommandPoolModifier and TypeMethodDescriptionstatic VkCommandPool.Ptr
VkCommandPool.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkCommandPool> values)