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