aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.rc
AgeCommit message (Collapse)Author
2017-01-24loader: Update the loader to 1.0.39Mark Young
Add new extensions for 1.0.39. Also, updated layers to include minimal set of functionality for 1.0.39 extensions. Extensions include: - VK_KHR_get_physical_device_properties2 - VK_KHR_shader_draw_parameters - VK_EXT_direct_mode_display - VK_EXT_display_surface_counter - VK_EXT_display_control Also, redo the LoaderAndLayerIf document. Change-Id: I10412086da7a798afe832a3892e18f606259b5af
2016-08-26loader: Update resource context default versionMark Young
The loader had a stale file version. This version gets replaced as part of a standard SDK build, but we should have a unique ID for a developer built loader. I updated it to have build 1111 and patch 2222 by default. Change-Id: I70c3152b2ea5f29a072af94ca5f5a19227bbee67
2016-05-05loader: added Windows resource file for vulkan-1.dllDavid Pinedo
Properties->Details on vulkan-1.dll will display valid version and build information Address: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/473