Skip to content

Commit 5a8f27b

Browse files
committed
Update FullscreenMaterial.ts
1 parent d108ff7 commit 5a8f27b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/materials/FullscreenMaterial.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ import { Precision } from "../enums/Precision.js";
2222
/**
2323
* A fullscreen shader material.
2424
*
25-
* This material defines the following commonly used uniforms:
25+
* This material provides the following commonly used uniforms:
2626
* - `mat4` projectionMatrix
2727
* - `mat4` projectionMatrixInverse
2828
* - `mat4` viewMatrix
29+
* - `mat4` viewMatrixInverse
2930
* - `vec3` cameraParams
3031
* - `vec4` resolution
3132
* - `sampler2D` inputBuffer

0 commit comments

Comments
 (0)