Uses of Record Class
club.doki7.opencl.datatype.CLBufferRegion
Packages that use CLBufferRegion
-
Uses of CLBufferRegion in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype that return CLBufferRegionModifier and TypeMethodDescriptionstatic CLBufferRegion@NotNull CLBufferRegionCLBufferRegion.Ptr.at(long index) static CLBufferRegionCLBufferRegion.clone(Arena arena, CLBufferRegion src) CLBufferRegion.origin(long value) CLBufferRegion.size(long value) CLBufferRegion.Ptr.toArray()Methods in club.doki7.opencl.datatype that return types with arguments of type CLBufferRegionModifier and TypeMethodDescription@NotNull Iterator<CLBufferRegion> CLBufferRegion.Ptr.iterator()Methods in club.doki7.opencl.datatype with parameters of type CLBufferRegionModifier and TypeMethodDescriptionstatic CLBufferRegionCLBufferRegion.clone(Arena arena, CLBufferRegion src) voidCLBufferRegion.Ptr.write(long index, @NotNull CLBufferRegion value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLBufferRegionModifier and TypeMethodDescriptionCLBufferRegion.Ptr.at(long index, @NotNull Consumer<@NotNull CLBufferRegion> consumer)