Uses of Record Class
club.doki7.vulkan.handle.VkDescriptorPool.Ptr
Packages that use VkDescriptorPool.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkDescriptorPool.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDescriptorPool.PtrModifier and TypeMethodDescriptionint
VkDeviceCommands.createDescriptorPool
(VkDevice device, VkDescriptorPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorPool.Ptr pDescriptorPool) -
Uses of VkDescriptorPool.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkDescriptorPool.PtrModifier and TypeMethodDescriptionstatic VkDescriptorPool.Ptr
static VkDescriptorPool.Ptr
static VkDescriptorPool.Ptr
VkDescriptorPool.Ptr.allocate
(Arena arena, @Nullable VkDescriptorPool[] values) static VkDescriptorPool.Ptr
VkDescriptorPool.Ptr.allocateV
(Arena arena, @Nullable VkDescriptorPool value0, @Nullable VkDescriptorPool... values) VkDescriptorPool.Ptr.offset
(long offset) VkDescriptorPool.Ptr.reinterpret
(long newSize) Assume theVkDescriptorPool.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDescriptorPool.Ptr
that uses the same backing storage as thisVkDescriptorPool.Ptr
, but with the new size.VkDescriptorPool.Ptr.slice
(long end) VkDescriptorPool.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).