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