Uses of Record Class
club.doki7.opencl.datatype.VAImageFormatCLREF.Ptr
Packages that use VAImageFormatCLREF.Ptr
-
Uses of VAImageFormatCLREF.Ptr in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype that return VAImageFormatCLREF.PtrModifier and TypeMethodDescriptionstatic VAImageFormatCLREF.PtrVAImageFormatCLREF.Ptr.at(long index, @NotNull Consumer<@NotNull VAImageFormatCLREF> consumer) @NotNull VAImageFormatCLREF.PtrVAImageFormatCLREF.Ptr.offset(long offset) @NotNull VAImageFormatCLREF.PtrVAImageFormatCLREF.Ptr.reinterpret(long newSize) Assume theVAImageFormatCLREF.Ptris capable of holding at leastnewSizestructures, create a new viewVAImageFormatCLREF.Ptrthat uses the same backing storage as thisVAImageFormatCLREF.Ptr, but with the new size.VAImageFormatCLREF.Ptr.slice(long end) @NotNull VAImageFormatCLREF.PtrVAImageFormatCLREF.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).