Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: gpu/vulkan/BUILD.gn

Issue 1975183003: Added Vulkan Shader Modules with GLSL->SPIR-V translation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check padding Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/vulkan/tests/basic_vulkan_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/vulkan/BUILD.gn
diff --git a/gpu/vulkan/BUILD.gn b/gpu/vulkan/BUILD.gn
index e5b2519ddf05413a3c99170b4d5815569786343a..2b4fb9743d150305df84c7ba2a953786c1ec121f 100644
--- a/gpu/vulkan/BUILD.gn
+++ b/gpu/vulkan/BUILD.gn
@@ -30,6 +30,8 @@ if (enable_vulkan) {
"vulkan_platform.h",
"vulkan_render_pass.cc",
"vulkan_render_pass.h",
+ "vulkan_shader_module.cc",
+ "vulkan_shader_module.h",
"vulkan_surface.cc",
"vulkan_surface.h",
"vulkan_swap_chain.cc",
@@ -67,7 +69,10 @@ if (enable_vulkan) {
test("vulkan_tests") {
sources = [
+ "tests/basic_vulkan_test.cc",
+ "tests/basic_vulkan_test.h",
"tests/native_window.h",
+ "tests/shader_module_unittest.cc",
"tests/vulkan_test.cc",
"tests/vulkan_tests_main.cc",
]
« no previous file with comments | « no previous file | gpu/vulkan/tests/basic_vulkan_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698