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