context holder & generic

This commit is contained in:
王劲鹏
2021-02-05 18:12:25 +08:00
committed by osborn
parent 41640c1399
commit 24f7bb2498
9 changed files with 51 additions and 8 deletions

View File

@@ -2,8 +2,6 @@
#include <QDebug>
DoricShaderPlugin::DoricShaderPlugin(QObject *parent) : QObject(parent) {}
void DoricShaderPlugin::render(QJSValue jsValue, QString callbackId) {
qDebug() << "";
qDebug() << getContext();
}