diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-25 16:23:45 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-29 11:28:16 -0600 |
| commit | 9852164637b974ce90ca0e0c54cc4cab6b99c49f (patch) | |
| tree | c79100279790c45ff8a6c4f46c1e3bb53d2eef82 | |
| parent | cb530c75f9409fcf16fe17b30071f75143e29e8e (diff) | |
| download | usermoji-9852164637b974ce90ca0e0c54cc4cab6b99c49f.tar.xz | |
vulkaninfo: Need WSI extension for some queries
| -rw-r--r-- | demos/vulkaninfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/vulkaninfo.c b/demos/vulkaninfo.c index 69fedbf5..cae777c4 100644 --- a/demos/vulkaninfo.c +++ b/demos/vulkaninfo.c @@ -376,6 +376,7 @@ static void app_dev_init(struct app_dev *dev, struct app_gpu *gpu) // Extensions to enable VkExtensionProperties *enable_extension_list; static char *known_extensions[] = { + "VK_WSI_LunarG", "Validation", }; |
