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