Uses of Record Class
club.doki7.opencl.datatype.CLBufferRegion
Packages that use CLBufferRegion
-
Uses of CLBufferRegion in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLBufferRegionModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of cl_buffer_region structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLBufferRegionModifier and TypeMethodDescriptionstatic CLBufferRegion
@NotNull CLBufferRegion
CLBufferRegion.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static CLBufferRegion
CLBufferRegion.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 CLBufferRegion
CLBufferRegion.clone
(Arena arena, CLBufferRegion src) void
CLBufferRegion.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)