impl blend in group, super & view

This commit is contained in:
王劲鹏
2021-02-20 16:20:18 +08:00
committed by osborn
parent ea0b87df24
commit 65d6f97908
11 changed files with 119 additions and 17 deletions

View File

@@ -4,7 +4,6 @@
#include "DoricShaderPlugin.h"
void DoricShaderPlugin::render(QJSValue jsValue, QString callbackId) {
qDebug() << getContext();
getContext()->getDriver()->asyncCall(
[this, jsValue] {
QString viewId = jsValue.property("id").toString();