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