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