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