Browse Source

Fix Typedoc

sebavan 6 years ago
parent
commit
c626ce9289
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Rendering/depthRenderer.ts

+ 2 - 0
src/Rendering/depthRenderer.ts

@@ -26,6 +26,8 @@ export class DepthRenderer {
     private _depthMap: RenderTargetTexture;
     private _depthMap: RenderTargetTexture;
     private _effect: Effect;
     private _effect: Effect;
     private readonly _storeNonLinearDepth: boolean;
     private readonly _storeNonLinearDepth: boolean;
+
+    /** Get if the depth renderer is using packed depth or not */
     public readonly isPacked: boolean;
     public readonly isPacked: boolean;
 
 
     private _cachedDefines: string;
     private _cachedDefines: string;