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