Skip to content

Commit

Permalink
Update doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Mar 26, 2024
1 parent 03f9ff4 commit b4934fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/Pass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ export abstract class Pass<TMaterial extends Material | null = null>
* Override this method to check if the current device supports the necessary features.
* This method should throw an error if the requirements are not met.
*
* @param renderer - The current renderer.
* @throws If the device doesn't meet the requirements.
* @param renderer - The current renderer.
*/

checkRequirements(renderer: WebGLRenderer): void {}
Expand Down
2 changes: 1 addition & 1 deletion src/core/RenderPipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export class RenderPipeline implements Disposable, Renderable, Resizable {
/**
* Adds one or more passes.
*
* @throws {@link Error} If the pass has already been added to a pipeline.
* @throws If the pass has already been added to a pipeline.
* @param passes - The passes to add.
*/

Expand Down

0 comments on commit b4934fe

Please sign in to comment.