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.PtrCLDevicePciBusInfoKhr.Ptr.at(long index, @NotNull Consumer<@NotNull CLDevicePciBusInfoKhr> consumer) @NotNull CLDevicePciBusInfoKhr.PtrCLDevicePciBusInfoKhr.Ptr.offset(long offset) @NotNull CLDevicePciBusInfoKhr.PtrCLDevicePciBusInfoKhr.Ptr.reinterpret(long newSize) Assume theCLDevicePciBusInfoKhr.Ptris capable of holding at leastnewSizestructures, create a new viewCLDevicePciBusInfoKhr.Ptrthat uses the same backing storage as thisCLDevicePciBusInfoKhr.Ptr, but with the new size.CLDevicePciBusInfoKhr.Ptr.slice(long end) @NotNull CLDevicePciBusInfoKhr.PtrCLDevicePciBusInfoKhr.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).