Skip to content

Commit

Permalink
Update declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Aug 26, 2024
1 parent 19ea08d commit b6a9260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/three/src/renderers/common/Renderer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export interface RendererParameters {
alpha?: boolean | undefined;
antialias?: boolean | undefined;
samples?: number | undefined;
getFallback?: ((error: unknown) => Backend) | null | undefined;
}
declare class Renderer {
readonly isRenderer: true;
Expand All @@ -58,6 +59,7 @@ declare class Renderer {
stencil: boolean;
clippingPlanes: readonly Plane[];
info: Info;
_getFallback: ((error: unknown) => Backend) | null;
_pixelRatio: number;
_width: number;
_height: number;
Expand Down

0 comments on commit b6a9260

Please sign in to comment.