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 TypeMethodDescriptionvoidVkDeviceCommands.getDeviceQueue(VkDevice device, int queueFamilyIndex, int queueIndex, VkQueue.Ptr pQueue) voidVkDeviceCommands.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.Ptrstatic VkQueue.Ptrstatic VkQueue.Ptrstatic VkQueue.PtrVkQueue.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkQueue> values) static VkQueue.PtrVkQueue.Ptr.offset(long offset) VkQueue.Ptr.reinterpret(long newSize) Assume theVkQueue.Ptris capable of holding at leastnewSizehandles, create a new viewVkQueue.Ptrthat 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).