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