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