Skip to content

Commit

Permalink
More documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 8, 2018
1 parent 329402a commit 95fa27f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/core/qgsopenclutils.h
Expand Up @@ -113,9 +113,13 @@ class CORE_EXPORT QgsOpenClUtils
*/
static cl::Context context();


//! Return the base path to OpenCL program directory
static QString sourcePath();

//! Set the base path to OpenCL program directory
static void setSourcePath( const QString &value );

//! Return \a infoType information about the default device
static QString deviceInfo( const Info infoType = Info::Name );

/**
Expand Down

0 comments on commit 95fa27f

Please sign in to comment.