Uses of Record Class
club.doki7.vulkan.handle.VkQueue.Ptr
Packages that use VkQueue.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkQueue.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkQueue.PtrModifier and TypeMethodDescriptionvoid
VkDeviceCommands.getDeviceQueue
(VkDevice device, int queueFamilyIndex, int queueIndex, VkQueue.Ptr pQueue) void
VkDeviceCommands.getDeviceQueue2
(VkDevice device, VkDeviceQueueInfo2 pQueueInfo, VkQueue.Ptr pQueue) -
Uses of VkQueue.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkQueue.PtrModifier and TypeMethodDescriptionstatic VkQueue.Ptr
static VkQueue.Ptr
static VkQueue.Ptr
static VkQueue.Ptr
VkQueue.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkQueue> values) static VkQueue.Ptr
VkQueue.Ptr.offset
(long offset) VkQueue.Ptr.reinterpret
(long newSize) Assume theVkQueue.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkQueue.Ptr
that uses the same backing storage as thisVkQueue.Ptr
, but with the new size.VkQueue.Ptr.slice
(long end) VkQueue.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).