Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceQueueGlobalPriorityCreateInfo.Ptr
Packages that use VkDeviceQueueGlobalPriorityCreateInfo.Ptr
-
Uses of VkDeviceQueueGlobalPriorityCreateInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDeviceQueueGlobalPriorityCreateInfo.PtrModifier and TypeMethodDescriptionVkDeviceQueueGlobalPriorityCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceQueueGlobalPriorityCreateInfo> consumer) VkDeviceQueueGlobalPriorityCreateInfo.Ptr.offset
(long offset) VkDeviceQueueGlobalPriorityCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceQueueGlobalPriorityCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceQueueGlobalPriorityCreateInfo.Ptr
that uses the same backing storage as thisVkDeviceQueueGlobalPriorityCreateInfo.Ptr
, but with the new size.VkDeviceQueueGlobalPriorityCreateInfo.Ptr.slice
(long end) VkDeviceQueueGlobalPriorityCreateInfo.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).