There was an error while loading. Please reload this page.
1 parent 329402a commit 95fa27fCopy full SHA for 95fa27f
1 file changed
src/core/qgsopenclutils.h
@@ -113,9 +113,13 @@ class CORE_EXPORT QgsOpenClUtils
113
*/
114
static cl::Context context();
115
116
-
+ //! Return the base path to OpenCL program directory
117
static QString sourcePath();
118
+
119
+ //! Set the base path to OpenCL program directory
120
static void setSourcePath( const QString &value );
121
122
+ //! Return \a infoType information about the default device
123
static QString deviceInfo( const Info infoType = Info::Name );
124
125
/**
0 commit comments