()
| 141 | } |
| 142 | |
| 143 | updateViewProjMatrix() { |
| 144 | const viewProjMatrix = this.camera.buildViewProjMatrix(); |
| 145 | this.cameraUniform.set(viewProjMatrix, 0); |
| 146 | } |
| 147 | |
| 148 | async init() { |
| 149 | const shaderModule = await this.loadShader("hello_camera"); |
no test coverage detected