CDebugDepthShader.h 561 B

1234567891011121314151617181920212223
  1. // CDebugDepthShader - [2020 - 04 - 13 11:57:46]
  2. #ifndef _CDEBUGDEPTHSHADER_H_
  3. #define _CDEBUGDEPTHSHADER_H_
  4. #include "common.h"
  5. #include "CFTTUberShader.h"
  6. /*
  7. 001CF8FC CDebugDepthShader::CDebugDepthShader()
  8. 001CF908 CDebugDepthShader::~CDebugDepthShader()
  9. 001CF90C CDebugDepthShader::CreateMat()
  10. */
  11. class CDebugDepthShader : public CFTTUberShader {
  12. public:
  13. CDebugDepthShader(); // 001CF8FC
  14. ~CDebugDepthShader(); // 001CF908
  15. ushort CreateMat(); // 001CF90C
  16. static CDebugDepthShader s_tInstance; // 0047B698
  17. };
  18. #endif //_CDEBUGDEPTHSHADER_H_