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