Skip to content

Commit 95fa27f

Browse files
committed
More documentation
1 parent 329402a commit 95fa27f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/core/qgsopenclutils.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,13 @@ class CORE_EXPORT QgsOpenClUtils
113113
*/
114114
static cl::Context context();
115115

116-
116+
//! Return the base path to OpenCL program directory
117117
static QString sourcePath();
118+
119+
//! Set the base path to OpenCL program directory
118120
static void setSourcePath( const QString &value );
121+
122+
//! Return \a infoType information about the default device
119123
static QString deviceInfo( const Info infoType = Info::Name );
120124

121125
/**

0 commit comments

Comments
 (0)