diff options
| author | Chris Forbes <chrisforbes@google.com> | 2016-11-03 10:18:18 +1300 |
|---|---|---|
| committer | Chris Forbes <chrisforbes@google.com> | 2016-11-07 15:25:06 +1300 |
| commit | 5629d0b2c928c27ff71b6827c1fb3ef6e1264ce1 (patch) | |
| tree | 3c42cf35c4b82e0ad937bd896a19892da135f4da /layers/parameter_validation_utils.h | |
| parent | 78505b50cc597bed27a4575f25bc8def336acb6e (diff) | |
| download | usermoji-5629d0b2c928c27ff71b6827c1fb3ef6e1264ce1.tar.xz | |
layers: Add tracking for VK_KHR_display extension in PV
Signed-off-by: Chris Forbes <chrisforbes@google.com>
Diffstat (limited to 'layers/parameter_validation_utils.h')
| -rw-r--r-- | layers/parameter_validation_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/parameter_validation_utils.h b/layers/parameter_validation_utils.h index a3aa1133..9e999643 100644 --- a/layers/parameter_validation_utils.h +++ b/layers/parameter_validation_utils.h @@ -80,6 +80,7 @@ struct instance_extension_enables { bool mir_enabled; bool android_enabled; bool win32_enabled; + bool display_enabled; }; // String returned by string_VkStructureType for an unrecognized type. |
