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