소스 검색

Update guiOffscreenCanvas.h

Variables to add depth in the .cpp file.
irei1as 8 년 전
부모
커밋
8b43ff3465
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Engine/source/gui/core/guiOffscreenCanvas.h

+ 3 - 0
Engine/source/gui/core/guiOffscreenCanvas.h

@@ -56,6 +56,9 @@ protected:
 
    bool mTargetDirty;
    bool mDynamicTarget;
+   
+   bool mUseDepth;
+   GFXTexHandle mTargetDepth;
 
 public:
    static Vector<GuiOffscreenCanvas*> sList;