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