summaryrefslogtreecommitdiffstats
path: root/src/opencl/qclevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opencl/qclevent.h')
-rw-r--r--src/opencl/qclevent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opencl/qclevent.h b/src/opencl/qclevent.h
index ce6da59..3755846 100644
--- a/src/opencl/qclevent.h
+++ b/src/opencl/qclevent.h
@@ -73,6 +73,7 @@ public:
bool isErrored() const { return status() < 0; }
cl_int status() const;
+ cl_command_type commandType() const;
void waitForFinished();