remove buffers from game
This commit is contained in:
parent
9cf14c0bfa
commit
b70072b7ee
1 changed files with 0 additions and 4 deletions
4
Game.h
4
Game.h
|
@ -36,10 +36,6 @@ private:
|
|||
// Component Object Model, which DirectX objects do
|
||||
// - More info here: https://github.com/Microsoft/DirectXTK/wiki/ComPtr
|
||||
|
||||
// Buffers to hold actual geometry data
|
||||
Microsoft::WRL::ComPtr<ID3D11Buffer> vertexBuffer;
|
||||
Microsoft::WRL::ComPtr<ID3D11Buffer> indexBuffer;
|
||||
|
||||
// Shaders and shader-related constructs
|
||||
Microsoft::WRL::ComPtr<ID3D11PixelShader> pixelShader;
|
||||
Microsoft::WRL::ComPtr<ID3D11VertexShader> vertexShader;
|
||||
|
|
Reference in a new issue