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