| commit | ebe5f7fad06476b2828271977ee0d56ee45385ac | [log] [tgz] |
|---|---|---|
| author | Chris Forbes <chrisforbes@google.com> | Wed Jan 16 10:38:34 2019 -0800 |
| committer | Chris Forbes <chrisforbes@google.com> | Thu Jan 31 18:00:48 2019 +0000 |
| tree | 481cb0446930e69eefbf5bd6f3a5ce9d8d423f8a | |
| parent | 5ebd2c0fafca2f0d570ca25605092b5c7aaadd42 [diff] [blame] |
Include Vulkan version of debug support in vulkan files Bug: b/73656151 Change-Id: I93a4ad7c28f2177224ba3b3ae39c9eaba6c72f39 Reviewed-on: https://swiftshader-review.googlesource.com/c/23690 Tested-by: Chris Forbes <chrisforbes@google.com> Reviewed-by: Nicolas Capens <nicolascapens@google.com>
diff --git a/src/Device/VertexProcessor.cpp b/src/Device/VertexProcessor.cpp index c6cc68a..deacc28 100644 --- a/src/Device/VertexProcessor.cpp +++ b/src/Device/VertexProcessor.cpp
@@ -19,7 +19,7 @@ #include "Pipeline/PixelShader.hpp" #include "Pipeline/Constants.hpp" #include "System/Math.hpp" -#include "System/Debug.hpp" +#include "Vulkan/VkDebug.hpp" #include <string.h>