Uses of Record Class
club.doki7.openxr.datatype.XrSwapchainStateSamplerOpenGLESFB.Ptr
Packages that use XrSwapchainStateSamplerOpenGLESFB.Ptr
-
Uses of XrSwapchainStateSamplerOpenGLESFB.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSwapchainStateSamplerOpenGLESFB.PtrModifier and TypeMethodDescriptionXrSwapchainStateSamplerOpenGLESFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSwapchainStateSamplerOpenGLESFB> consumer) XrSwapchainStateSamplerOpenGLESFB.Ptr.offset
(long offset) XrSwapchainStateSamplerOpenGLESFB.Ptr.reinterpret
(long newSize) Assume theXrSwapchainStateSamplerOpenGLESFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainStateSamplerOpenGLESFB.Ptr
that uses the same backing storage as thisXrSwapchainStateSamplerOpenGLESFB.Ptr
, but with the new size.XrSwapchainStateSamplerOpenGLESFB.Ptr.slice
(long end) XrSwapchainStateSamplerOpenGLESFB.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).