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 TypeMethodDescriptionint
VkDeviceCommands.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.Ptr
static VkQueryPool.Ptr
static VkQueryPool.Ptr
VkQueryPool.Ptr.allocate
(Arena arena, @Nullable VkQueryPool[] values) static VkQueryPool.Ptr
VkQueryPool.Ptr.allocateV
(Arena arena, @Nullable VkQueryPool value0, @Nullable VkQueryPool... values) VkQueryPool.Ptr.offset
(long offset) VkQueryPool.Ptr.reinterpret
(long newSize) Assume theVkQueryPool.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkQueryPool.Ptr
that 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).