split project with app & doric module
This commit is contained in:
14
doric-Qt/example/doric/plugin/DoricShaderPlugin.h
Normal file
14
doric-Qt/example/doric/plugin/DoricShaderPlugin.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SHADERPLUGIN_H
|
||||
#define SHADERPLUGIN_H
|
||||
|
||||
#include "DoricNativePlugin.h"
|
||||
|
||||
class DoricShaderPlugin : public DoricNativePlugin {
|
||||
Q_OBJECT
|
||||
public:
|
||||
using DoricNativePlugin::DoricNativePlugin;
|
||||
|
||||
Q_INVOKABLE void render(QString jsValueString, QString callbackId);
|
||||
};
|
||||
|
||||
#endif // SHADERPLUGIN_H
|
Reference in New Issue
Block a user