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