diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-07-08 02:03:31 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-07-08 02:03:31 +0000 |
| commit | 9e94bb2efd9918f655a81a1bef069ffdd22a3709 (patch) | |
| tree | cf1c2ea9602f522842964e9be5689c09e7842b89 /Graphics | |
| parent | Deleted remaining references to unused CommandContext.h in Vulkan lib (diff) | |
| download | DiligentCore-9e94bb2efd9918f655a81a1bef069ffdd22a3709.tar.gz DiligentCore-9e94bb2efd9918f655a81a1bef069ffdd22a3709.zip | |
Removed test.cpp from GraphicsAccessories
Diffstat (limited to 'Graphics')
| -rw-r--r-- | Graphics/GraphicsAccessories/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | Graphics/GraphicsAccessories/src/test.cpp | 3 |
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" |
