Browse Source

Fix Typedoc

sebavan 6 năm trước cách đây
mục cha
commit
c626ce9289
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/Rendering/depthRenderer.ts

+ 2 - 0
src/Rendering/depthRenderer.ts

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