Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr
Packages that use VkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr
-
Uses of VkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceSchedulingControlsFeaturesARM.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceSchedulingControlsFeaturesARM> consumer) VkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr.offset(long offset) VkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSchedulingControlsFeaturesARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSchedulingControlsFeaturesARM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr, but with the new size.VkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr.slice(long end) VkPhysicalDeviceSchedulingControlsFeaturesARM.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).