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