From 82ea0b0103880d011ca679b14f0fc5542c5b2012 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Thu, 19 Jan 2017 21:10:49 -0700 Subject: loader: Update the loader to 1.0.39 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 --- loader/loader.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'loader/loader.rc') diff --git a/loader/loader.rc b/loader/loader.rc index 04226991..177de20b 100755 --- a/loader/loader.rc +++ b/loader/loader.rc @@ -1,7 +1,7 @@ // -// Copyright (c) 2014-2016 The Khronos Group Inc. -// Copyright (c) 2014-2016 Valve Corporation -// Copyright (c) 2014-2016 LunarG, Inc. +// Copyright (c) 2014-2017 The Khronos Group Inc. +// Copyright (c) 2014-2017 Valve Corporation +// Copyright (c) 2014-2017 LunarG, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -86,7 +86,7 @@ BEGIN BEGIN VALUE "FileDescription", VER_FILE_DESCRIPTION_STR VALUE "FileVersion", VER_FILE_VERSION_STR - VALUE "LegalCopyright", "Copyright (C) 2015-2016" + VALUE "LegalCopyright", "Copyright (C) 2015-2017" VALUE "ProductName", "Vulkan Runtime" VALUE "ProductVersion", VER_FILE_VERSION_STR END -- cgit v1.2.3