构造函数
constructor
- new ComputeShader(name, code, other): ComputeShader
参数
- name: string
- code: string
- other: any
属性
方法
getCacheShader
- getCacheShader(compileDefine): IComputeShader
参数
- compileDefine: IDefineDatas
静态
createComputeShader
- createComputeShader(name, code, other): ComputeShader
参数
- name: string
- code: string
- other: any