We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d108ff7 commit 5a8f27bCopy full SHA for 5a8f27b
src/materials/FullscreenMaterial.ts
@@ -22,10 +22,11 @@ import { Precision } from "../enums/Precision.js";
22
/**
23
* A fullscreen shader material.
24
*
25
- * This material defines the following commonly used uniforms:
+ * This material provides the following commonly used uniforms:
26
* - `mat4` projectionMatrix
27
* - `mat4` projectionMatrixInverse
28
* - `mat4` viewMatrix
29
+ * - `mat4` viewMatrixInverse
30
* - `vec3` cameraParams
31
* - `vec4` resolution
32
* - `sampler2D` inputBuffer
0 commit comments