Skip to content

Commit

Permalink
Update FullscreenMaterial.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Dec 27, 2023
1 parent 227bf6f commit 8a66e02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/materials/FullscreenMaterial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type OutputPrecision = "highp" | "mediump" | "lowp";
/**
* A fullscreen shader material.
*
* This material defines the following commonly used uniforms by default:
* This material defines the following commonly used uniforms:
* - `mat4` projectionMatrix
* - `mat4` projectionMatrixInverse
* - `vec3` cameraParams
Expand All @@ -38,9 +38,9 @@ export type OutputPrecision = "highp" | "mediump" | "lowp";
*
* Requires WebGL 2.
*
* @see {@link inputBuffer} for setting the input buffer.
* @see {@link copyCameraSettings} for copying the camera settings.
* @see {@link setSize} for updating the resolution.
* @see {@link inputBuffer} for setting an input buffer.
* @see {@link copyCameraSettings} for copying camera settings.
* @see {@link setSize} for setting the resolution.
* @group Materials
*/

Expand Down

0 comments on commit 8a66e02

Please sign in to comment.