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

Stores a single real or complex value in GPU memory.

Dew_Math_TOpenCLValueDew_Math_TOpenCLValue
Syntax
C#
Visual Basic
public class TOpenCLValue : TOpenCLBase;

clMtxVec.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 in the GPU memory. Use this object to avoid copying individual values from GPU to CPU memory.

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