techniqueapplication.h
来自「real-time(实时渲染技术DirectX)Media」· C头文件 代码 · 共 24 行
H
24 行
/***************************************************************
* TechniqueApplication.h *
* *
* This file contains the header information for the class *
* derived from CHostApplication. This new class will *
* serve as a base for all the techniques. For this file to *
* compile correctly, the path for the DX include files must be *
* added to your path. *
* *
* Changes: *
* * None *
***************************************************************/
#include "Application.h"
class CTechniqueApplication : public CHostApplication
{
public:
CTechniqueApplication();
virtual ~CTechniqueApplication();
virtual BOOL PostInitialize();
virtual void Render();
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?