invoke shaderplugin success

This commit is contained in:
pengfei.zhou
2019-12-19 13:34:56 +08:00
parent 1b65fd5ba0
commit 5854d29b93
8 changed files with 65 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
import { DoricPlugin } from "../DoricPlugin";
export class ShaderPlugin extends DoricPlugin {
render(ret: any) {
console.log('render', ret)
}
}