commit | 2e47f43c2e101d0595ea11a68344b4959f822c32 | [log] [tgz] |
---|---|---|
author | Chris Forbes <chrisforbes@google.com> | Thu Nov 03 10:18:18 2016 +1300 |
committer | Chris Forbes <chrisforbes@google.com> | Mon Nov 07 15:25:06 2016 +1300 |
tree | 3f4658cbcab722a16f4eca51c91651b37b8bc49a | |
parent | 64c3c654b226ca293beee601464664ef1be82bbd [diff] [blame] |
layers: Add tracking for VK_KHR_display extension in PV Signed-off-by: Chris Forbes <chrisforbes@google.com>
diff --git a/layers/parameter_validation_utils.h b/layers/parameter_validation_utils.h index a3aa113..9e99964 100644 --- a/layers/parameter_validation_utils.h +++ b/layers/parameter_validation_utils.h
@@ -80,6 +80,7 @@ bool mir_enabled; bool android_enabled; bool win32_enabled; + bool display_enabled; }; // String returned by string_VkStructureType for an unrecognized type.