From b70072b7eeb1b0cc16d28275f78bd6c087f16134 Mon Sep 17 00:00:00 2001 From: Lightling Date: Sat, 15 Jan 2022 16:34:33 -0500 Subject: [PATCH] remove buffers from game --- Game.h | 4 ---- 1 file changed, 4 deletions(-) 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;