diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-06-09 17:11:07 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-06-12 07:32:50 -0600 |
| commit | 3be3edffcd5324309fc43ef47ef4857214fd4883 (patch) | |
| tree | cb2f443a6785fffb6a22972397f19007d0b808d9 | |
| parent | 92b404510eb03378593568d9bd4d40cc96e6d1b7 (diff) | |
| download | usermoji-3be3edffcd5324309fc43ef47ef4857214fd4883.tar.xz | |
layers: Remove swapchain.cpp from vuid validator
Change-Id: I67301721b064cbc4f3d2a55ff42e10a014d86f3c
| -rwxr-xr-x | layers/vk_validation_stats.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/vk_validation_stats.py b/layers/vk_validation_stats.py index 6d563c4c..7f7e74d9 100755 --- a/layers/vk_validation_stats.py +++ b/layers/vk_validation_stats.py @@ -51,7 +51,6 @@ layer_source_files = [ 'object_tracker.cpp', 'shader_validation.cpp', 'buffer_validation.cpp', -'swapchain.cpp' ] header_file = 'vk_validation_error_messages.h' # TODO : Don't hardcode linux path format if we want this to run on windows |
