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.Ptrstatic CLSampler.Ptrstatic CLSampler.Ptrstatic CLSampler.PtrCLSampler.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLSampler> values) static CLSampler.PtrCLSampler.Ptr.offset(long offset) CLSampler.Ptr.reinterpret(long newSize) Assume theCLSampler.Ptris capable of holding at leastnewSizehandles, create a new viewCLSampler.Ptrthat 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).