Browse Source

no message

Hongtae Kim 7 years ago
parent
commit
b37211a0e1
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      TestApp1/TestApp1.cpp

+ 0
- 3
TestApp1/TestApp1.cpp View File

@@ -25,9 +25,6 @@ public:
25 25
 		}),
26 26
 			NULL, NULL);
27 27
 
28
-		DKObject<DKGraphicsDevice> device = DKGraphicsDevice::SharedInstance();
29
-		DKObject<DKCommandQueue> queue = device->CreateCommandQueue();
30
-		DKObject<DKCommandBuffer> buffer = queue->CreateCommandBuffer();
31 28
 	}
32 29
 	void OnTerminate(void) override
33 30
 	{