Uses of Record Class
club.doki7.opencl.handle.CLSampler.Ptr
Packages that use CLSampler.Ptr
-
Uses of CLSampler.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLSampler.PtrModifier and TypeMethodDescriptionstatic CLSampler.Ptr
static CLSampler.Ptr
static CLSampler.Ptr
static CLSampler.Ptr
CLSampler.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLSampler> values) static CLSampler.Ptr
CLSampler.Ptr.offset
(long offset) CLSampler.Ptr.reinterpret
(long newSize) Assume theCLSampler.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLSampler.Ptr
that uses the same backing storage as thisCLSampler.Ptr
, but with the new size.CLSampler.Ptr.slice
(long end) CLSampler.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).