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