Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Feb 9, 2024
1 parent 7a3784e commit 9e38573
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/ClearFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ export class ClearFlags {
this.depth = depth;
this.stencil = stencil;


}

/**
* Indicates whether the color buffer should be cleared.
*
* Alias for the {@link gBufferComponents} entry {@link GBuffer.COLOR}.
* Alias for the {@link gBuffer} entry {@link GBuffer.COLOR}.
*/

get color(): boolean {
Expand Down

0 comments on commit 9e38573

Please sign in to comment.