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 TypeMethodDescriptionintVkDeviceCommands.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.Ptrstatic VkDescriptorPool.Ptrstatic VkDescriptorPool.PtrVkDescriptorPool.Ptr.allocate(Arena arena, @Nullable VkDescriptorPool @NotNull [] values) static VkDescriptorPool.PtrVkDescriptorPool.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkDescriptorPool> values) static VkDescriptorPool.PtrVkDescriptorPool.Ptr.allocateV(Arena arena, @Nullable VkDescriptorPool value0, @Nullable VkDescriptorPool... values) VkDescriptorPool.Ptr.offset(long offset) VkDescriptorPool.Ptr.reinterpret(long newSize) Assume theVkDescriptorPool.Ptris capable of holding at leastnewSizehandles, create a new viewVkDescriptorPool.Ptrthat 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).