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
|
@ -35,10 +35,6 @@ private:
|
|||
// - This is a smart pointer for objects that abide by the
|
||||
// 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;
|
||||
|
|
Reference in a new issue