Uses of Record Class
club.doki7.opencl.datatype.CLNameVersionKhr.Ptr
Packages that use CLNameVersionKhr.Ptr
-
Uses of CLNameVersionKhr.Ptr in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype that return CLNameVersionKhr.PtrModifier and TypeMethodDescriptionstatic CLNameVersionKhr.Ptr
CLNameVersionKhr.Ptr.at
(long index, @NotNull Consumer<@NotNull CLNameVersionKhr> consumer) @NotNull CLNameVersionKhr.Ptr
CLNameVersionKhr.Ptr.offset
(long offset) @NotNull CLNameVersionKhr.Ptr
CLNameVersionKhr.Ptr.reinterpret
(long newSize) Assume theCLNameVersionKhr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLNameVersionKhr.Ptr
that uses the same backing storage as thisCLNameVersionKhr.Ptr
, but with the new size.CLNameVersionKhr.Ptr.slice
(long end) @NotNull CLNameVersionKhr.Ptr
CLNameVersionKhr.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).