Uses of Record Class
club.doki7.opencl.handle.CLGLsync.Ptr
Packages that use CLGLsync.Ptr
-
Uses of CLGLsync.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLGLsync.PtrModifier and TypeMethodDescriptionstatic CLGLsync.Ptrstatic CLGLsync.Ptrstatic CLGLsync.Ptrstatic CLGLsync.PtrCLGLsync.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLGLsync> values) static CLGLsync.PtrCLGLsync.Ptr.offset(long offset) CLGLsync.Ptr.reinterpret(long newSize) Assume theCLGLsync.Ptris capable of holding at leastnewSizehandles, create a new viewCLGLsync.Ptrthat uses the same backing storage as thisCLGLsync.Ptr, but with the new size.CLGLsync.Ptr.slice(long end) CLGLsync.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).