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