diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-07-31 10:32:44 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-31 14:15:23 -0600 |
| commit | 31f4806d293eb8538e47f9ab790484be15505a61 (patch) | |
| tree | 63d2e26584e87dbbed63b57bd74da410229cdc05 /layers/windows/api_dump.json | |
| parent | 40d7685e68c8564d0b56a03b511cf9b54362922e (diff) | |
| download | usermoji-31f4806d293eb8538e47f9ab790484be15505a61.tar.xz | |
loader: Fix Windows layers json files for backslash as separator
Diffstat (limited to 'layers/windows/api_dump.json')
| -rw-r--r-- | layers/windows/api_dump.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/windows/api_dump.json b/layers/windows/api_dump.json index 02d0b01f..1b6639aa 100644 --- a/layers/windows/api_dump.json +++ b/layers/windows/api_dump.json @@ -3,7 +3,7 @@ "layer" : { "name": "APIDump", "type": "GLOBAL", - "library_path": "./VKLayerAPIDump.dll", + "library_path": ".\\VKLayerAPIDump.dll", "abi_versions": "1.0.0", "implementation_version": "1.0.0", "description": "LunarG debug layer" |
