Uses of Record Class
club.doki7.vulkan.handle.VkQueryPool.Ptr
Packages that use VkQueryPool.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkQueryPool.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkQueryPool.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createQueryPool(VkDevice device, VkQueryPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkQueryPool.Ptr pQueryPool) -
Uses of VkQueryPool.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkQueryPool.PtrModifier and TypeMethodDescriptionstatic VkQueryPool.Ptrstatic VkQueryPool.Ptrstatic VkQueryPool.PtrVkQueryPool.Ptr.allocate(Arena arena, @Nullable VkQueryPool @NotNull [] values) static VkQueryPool.PtrVkQueryPool.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkQueryPool> values) static VkQueryPool.PtrVkQueryPool.Ptr.allocateV(Arena arena, @Nullable VkQueryPool value0, @Nullable VkQueryPool... values) VkQueryPool.Ptr.offset(long offset) VkQueryPool.Ptr.reinterpret(long newSize) Assume theVkQueryPool.Ptris capable of holding at leastnewSizehandles, create a new viewVkQueryPool.Ptrthat uses the same backing storage as thisVkQueryPool.Ptr, but with the new size.VkQueryPool.Ptr.slice(long end) VkQueryPool.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).