diff options
| author | David Pinedo <david@lunarg.com> | 2015-12-01 17:25:01 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-02 08:05:27 -0700 |
| commit | 70e987863c4121f7c875336f89b808f5771965ca (patch) | |
| tree | ba20f2f46597bca6cf81e7746bf5ffa5657176be | |
| parent | a8894a54caa2eb27c5562e51e33c24b8467838fc (diff) | |
| download | usermoji-70e987863c4121f7c875336f89b808f5771965ca.tar.xz | |
Doc: change api_version and layer names in documentation files
| -rw-r--r-- | layers/vk_layer_settings.txt | 23 | ||||
| -rw-r--r-- | loader/LinuxICDs.txt | 4 | ||||
| -rw-r--r-- | loader/WindowsICDs.txt | 4 |
3 files changed, 16 insertions, 15 deletions
diff --git a/layers/vk_layer_settings.txt b/layers/vk_layer_settings.txt index 23387711..5c753419 100644 --- a/layers/vk_layer_settings.txt +++ b/layers/vk_layer_settings.txt @@ -33,53 +33,54 @@ # # Example of actual settings for each layer # -# DeviceLimits Settings +# VK_LUNARG_LAYER_DeviceLimits Settings DeviceLimitsDebugAction = VK_DBG_LAYER_ACTION_LOG_MSG DeviceLimitsReportFlags = error,warn,perf DeviceLimitsLogFilename = stdout -# DrawState Settings +# VK_LUNARG_LAYER_DrawState Settings DrawStateDebugAction = VK_DBG_LAYER_ACTION_LOG_MSG DrawStateReportFlags = error,warn,perf DrawStateLogFilename = stdout -# Image Settings +# VK_LUNARG_LAYER_Image Settings ImageDebugAction = VK_DBG_LAYER_ACTION_LOG_MSG ImageReportFlags = error,warn,perf ImageLogFilename = stdout -# MemTracker Settings +# VK_LUNARG_LAYER_MemTracker Settings MemTrackerDebugAction = VK_DBG_LAYER_ACTION_LOG_MSG MemTrackerReportFlags = error,warn,perf MemTrackerLogFilename = stdout -# ObjectTracker Settings +# VK_LUNARG_LAYER_ObjectTracker Settings ObjectTrackerDebugAction = VK_DBG_LAYER_ACTION_LOG_MSG ObjectTrackerReportFlags = error,warn,perf ObjectTrackerLogFilename = stdout -# ParamChecker Settings +# VK_LUNARG_LAYER_ParamChecker Settings ParamCheckerDebugAction = VK_DBG_LAYER_ACTION_LOG_MSG ParamCheckerReportFlags = error,warn,perf ParamCheckerLogFilename = stdout -# ShaderChecker Settings +# VK_LUNARG_LAYER_ShaderChecker Settings ShaderCheckerDebugAction = VK_DBG_LAYER_ACTION_LOG_MSG ShaderCheckerReportFlags = error,warn,perf ShaderCheckerLogFilename = stdout -# Swapchain Settings +# VK_LUNARG_LAYER_Swapchain Settings SwapchainDebugAction = VK_DBG_LAYER_ACTION_LOG_MSG SwapchainReportFlags = error,warn,perf SwapchainLogFilename = stdout -# Threading Settings +# VK_LUNARG_LAYER_Threading Settings ThreadingDebugAction = VK_DBG_LAYER_ACTION_LOG_MSG ThreadingReportFlags = error,warn,perf ThreadingLogFilename = stdout -# APIDump Settings - NOTE that APIDump is not a validation layer and the -# common settings for ReportFlags and DebugAction do not apply +# VK_LUNARG_LAYER_APIDump Settings - NOTE that VK_LUNARG_LAYER_APIDump is +# not a validation layer and the common settings for ReportFlags and +# DebugAction do not apply # Detailed TRUE causes parameter details to be dumped in addition to API calls APIDumpDetailed = TRUE # NoAddr TRUE causes "address" to be dumped in place of hex addresses diff --git a/loader/LinuxICDs.txt b/loader/LinuxICDs.txt index 7394c793..6fdc3f7c 100644 --- a/loader/LinuxICDs.txt +++ b/loader/LinuxICDs.txt @@ -25,7 +25,7 @@ ICD shared library (".so") file. For example: "file_format_version": "1.0.0",
"ICD": {
"library_path": "path to ICD library",
- "api_version": "1.0.0"
+ "api_version": "0.210.0"
}
}
@@ -198,7 +198,7 @@ For example: "name": "OverlayLayer",
"type": "DEVICE",
"library_path": "libvkOverlayLayer.so",
- "api_version" : "1.0.0",
+ "api_version" : "0.210.0",
"implementation_version" : "2",
"description" : "LunarG HUD layer",
"functions": {
diff --git a/loader/WindowsICDs.txt b/loader/WindowsICDs.txt index 12a858b9..f49bd5cb 100644 --- a/loader/WindowsICDs.txt +++ b/loader/WindowsICDs.txt @@ -26,7 +26,7 @@ file. For example: "file_format_version": "1.0.0",
"ICD": {
"library_path": "path to ICD library",
- "api_version": "1.0.0"
+ "api_version": "0.210.0"
}
}
@@ -191,7 +191,7 @@ For example: "name": "OverlayLayer",
"type": "DEVICE",
"library_path": "vkOverlayLayer.dll",
- "api_version" : "1.0.0",
+ "api_version" : "0.210.0",
"implementation_version" : "2",
"description" : "LunarG HUD layer",
"functions": {
|
