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.Ptr
XrSwapchainImageOpenGLESKHR.Ptr.offset
(long offset) @NotNull XrSwapchainImageOpenGLESKHR.Ptr
XrSwapchainImageOpenGLESKHR.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageOpenGLESKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageOpenGLESKHR.Ptr
that uses the same backing storage as thisXrSwapchainImageOpenGLESKHR.Ptr
, but with the new size.XrSwapchainImageOpenGLESKHR.Ptr.slice
(long end) @NotNull XrSwapchainImageOpenGLESKHR.Ptr
XrSwapchainImageOpenGLESKHR.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).