add shader plugin

This commit is contained in:
pengfei.zhou
2019-07-22 14:36:32 +08:00
parent 6b0b98a0ad
commit b73312d1e4
9 changed files with 63 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import { Context } from "./sandbox";
require('reflect-metadata');
export * from 'reflect-metadata'
declare global {
const context: Context;