diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-05-21 18:13:33 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-17 19:47:02 -0600 |
| commit | 0b85d05acedb722d9b8a219eb2a7c7ccd133d753 (patch) | |
| tree | 8f85f4e0ec67064b9213b0716fd54c7278a0cbd1 /loader/loader.h | |
| parent | 18495c0e7338cc1b782974d6da47f2a1bb0da2a1 (diff) | |
| download | usermoji-0b85d05acedb722d9b8a219eb2a7c7ccd133d753.tar.xz | |
misc: Make wsi lunarg an extension rather than core entrypoints
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/loader/loader.h b/loader/loader.h index 972b4f1b..e7a4618d 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -205,11 +205,7 @@ VkResult loader_DbgSetGlobalOption( size_t dataSize, const void* pData); -VkResult loader_GetDisplayInfoWSI( - VkDisplayWSI display, - VkDisplayInfoTypeWSI infoType, - size_t* pDataSize, - void* pData); + /* function definitions */ bool loader_is_extension_scanned(const char *name); |
