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.Ptr
static CLContext.Ptr
static CLContext.Ptr
static CLContext.Ptr
CLContext.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLContext> values) static CLContext.Ptr
CLContext.Ptr.offset
(long offset) CLContext.Ptr.reinterpret
(long newSize) Assume theCLContext.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLContext.Ptr
that 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).