MCPcopy Create free account
hub / github.com/DentonW/DevIL / CMyD3DApplication

Method CMyD3DApplication

DevIL/examples/direct3d_example/d3dtest.cpp:127–135  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Name: CMyD3DApplication() Desc: Application constructor. Sets attributes for the app. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

125// Desc: Application constructor. Sets attributes for the app.
126//-----------------------------------------------------------------------------
127CMyD3DApplication::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected