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