diff --git a/Game.h b/Game.h index 9d83c8b..dbfe87d 100644 --- a/Game.h +++ b/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 vertexBuffer; - Microsoft::WRL::ComPtr indexBuffer; // Shaders and shader-related constructs Microsoft::WRL::ComPtr pixelShader;