فهرست منبع

Some prep work before implementing command buffers - Forgot a file

Marko Pintera 13 سال پیش
والد
کامیت
5bd87397b4
1فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 11 0
      CamelotRenderer/Include/CmCommandBuffer.h

+ 11 - 0
CamelotRenderer/Include/CmCommandBuffer.h

@@ -0,0 +1,11 @@
+#pragma once
+
+#include "CmPrerequisites.h"
+
+namespace CamelotEngine
+{
+	class CommandBuffer
+	{
+
+	};
+}