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

Unified Diff: gpu/vulkan/BUILD.gn

Issue 1989013002: Added Vulkan Descriptor Sets and Samplers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separated out descriptor layout 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/vulkan_descriptor_layout.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 2b4fb9743d150305df84c7ba2a953786c1ec121f..e59be283e692a453814f99b99d8d7dcfa16d19ad 100644
--- a/gpu/vulkan/BUILD.gn
+++ b/gpu/vulkan/BUILD.gn
@@ -20,6 +20,12 @@ if (enable_vulkan) {
"vulkan_command_buffer.h",
"vulkan_command_pool.cc",
"vulkan_command_pool.h",
+ "vulkan_descriptor_layout.cc",
+ "vulkan_descriptor_layout.h",
+ "vulkan_descriptor_pool.cc",
+ "vulkan_descriptor_pool.h",
+ "vulkan_descriptor_set.cc",
+ "vulkan_descriptor_set.h",
"vulkan_device_queue.cc",
"vulkan_device_queue.h",
"vulkan_export.h",
@@ -30,6 +36,8 @@ if (enable_vulkan) {
"vulkan_platform.h",
"vulkan_render_pass.cc",
"vulkan_render_pass.h",
+ "vulkan_sampler.cc",
+ "vulkan_sampler.h",
"vulkan_shader_module.cc",
"vulkan_shader_module.h",
"vulkan_surface.cc",
« no previous file with comments | « no previous file | gpu/vulkan/vulkan_descriptor_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698