summaryrefslogtreecommitdiffstats
path: root/Graphics
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-07-08 02:03:31 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-07-08 02:03:31 +0000
commit9e94bb2efd9918f655a81a1bef069ffdd22a3709 (patch)
treecf1c2ea9602f522842964e9be5689c09e7842b89 /Graphics
parentDeleted remaining references to unused CommandContext.h in Vulkan lib (diff)
downloadDiligentCore-9e94bb2efd9918f655a81a1bef069ffdd22a3709.tar.gz
DiligentCore-9e94bb2efd9918f655a81a1bef069ffdd22a3709.zip
Removed test.cpp from GraphicsAccessories
Diffstat (limited to 'Graphics')
-rw-r--r--Graphics/GraphicsAccessories/CMakeLists.txt1
-rw-r--r--Graphics/GraphicsAccessories/src/test.cpp3
2 files changed, 0 insertions, 4 deletions
diff --git a/Graphics/GraphicsAccessories/CMakeLists.txt b/Graphics/GraphicsAccessories/CMakeLists.txt
index be07cb20..3359ba33 100644
--- a/Graphics/GraphicsAccessories/CMakeLists.txt
+++ b/Graphics/GraphicsAccessories/CMakeLists.txt
@@ -12,7 +12,6 @@ set(INTERFACE
)
set(SOURCE
- src/test.cpp
src/SRBMemoryAllocator.cpp
src/GraphicsAccessories.cpp
)
diff --git a/Graphics/GraphicsAccessories/src/test.cpp b/Graphics/GraphicsAccessories/src/test.cpp
deleted file mode 100644
index 3ad52706..00000000
--- a/Graphics/GraphicsAccessories/src/test.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-#include "RingBuffer.h"
-#include "VariableSizeAllocationsManager.h"
-#include "VariableSizeGPUAllocationsManager.h"