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