8 lines
152 B
C++
8 lines
152 B
C++
#include "DoricShaderPlugin.h"
|
|
|
|
#include <QDebug>
|
|
|
|
void DoricShaderPlugin::render(QJSValue jsValue, QString callbackId) {
|
|
qDebug() << getContext();
|
|
}
|