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