You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clValue Structure

Open CL single value class with overloaded operators.

Syntax
C#
Visual Basic
public struct clValue { }

clMtxExpr.cs

Copying data from and to (from CPU separate) GPU memory can cause long delays even if that data is short. Sometimes it makes sense to keep even single value variables (scalars) in the GPU memory. Use this object to avoid copying individual values from GPU to CPU memory and reuse the scalars directly.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!