Uses of Record Class
club.doki7.vulkan.handle.VkCommandPool.Ptr
Packages that use VkCommandPool.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkCommandPool.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCommandPool.PtrModifier and TypeMethodDescriptionint
VkDeviceCommands.createCommandPool
(VkDevice device, VkCommandPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCommandPool.Ptr pCommandPool) -
Uses of VkCommandPool.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkCommandPool.PtrModifier and TypeMethodDescriptionstatic VkCommandPool.Ptr
static VkCommandPool.Ptr
static VkCommandPool.Ptr
VkCommandPool.Ptr.allocate
(Arena arena, @Nullable VkCommandPool[] values) static VkCommandPool.Ptr
VkCommandPool.Ptr.allocateV
(Arena arena, @Nullable VkCommandPool value0, @Nullable VkCommandPool... values) VkCommandPool.Ptr.offset
(long offset) VkCommandPool.Ptr.reinterpret
(long newSize) Assume theVkCommandPool.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkCommandPool.Ptr
that uses the same backing storage as thisVkCommandPool.Ptr
, but with the new size.VkCommandPool.Ptr.slice
(long end) VkCommandPool.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).