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