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