microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.48k stars 394 forks source link

Creating A Grid #6

Closed L-Fejes closed 8 years ago

L-Fejes commented 8 years ago

In the Creating a Grid Section a call is made in the TODO section of the Game.cpp Render function that: m_effect->Apply(m_d3dContext.Get());. This results in an error, because "m_d3dContext" is an undeclared identifier.

qcha0s commented 8 years ago

m_commandList.Get()

walbourn commented 8 years ago

Cut & paste error populating initial files from DX11. Thanks!