----------------------------------------------------------------------------- Name: CMyD3DApplication() Desc: Application constructor. Sets attributes for the app. -----------------------------------------------------------------------------
| 125 | // Desc: Application constructor. Sets attributes for the app. |
| 126 | //----------------------------------------------------------------------------- |
| 127 | CMyD3DApplication::CMyD3DApplication() |
| 128 | { |
| 129 | m_strWindowTitle = _T("DevIL Direct3D Test"); |
| 130 | // m_bUseDepthBuffer = TRUE; |
| 131 | |
| 132 | m_pFont = new CD3DFont( _T("Arial"), 12, D3DFONT_BOLD ); |
| 133 | m_pTexture = NULL; |
| 134 | m_pVB = NULL; |
| 135 | } |
| 136 | |
| 137 | |
| 138 |
nothing calls this directly
no outgoing calls
no test coverage detected