diff options
| author | Jon Ashburn <jon@lunarg.com> | 2016-02-18 12:48:24 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-02-18 15:42:04 -0700 |
| commit | fd1b497ea7732eb42683edc845193653dd59f23e (patch) | |
| tree | 4391b213f5e86cfe30af0bd96e80e1d72ffb36dc /loader/loader.h | |
| parent | e94db681153614c2ecc32e7386f8b9b46e612614 (diff) | |
| download | usermoji-fd1b497ea7732eb42683edc845193653dd59f23e.tar.xz | |
loader: Fix threading layer name in loader standard_threading
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.h b/loader/loader.h index 06c8961f..345c1891 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -84,7 +84,7 @@ static const char UTF8_DATA_BYTE_CODE = 0x80; static const char UTF8_DATA_BYTE_MASK = 0xC0; static const char std_validation_names[9][VK_MAX_EXTENSION_NAME_SIZE] = { - "VK_LAYER_LUNARG_threading", "VK_LAYER_LUNARG_param_checker", + "VK_LAYER_GOOGLE_threading", "VK_LAYER_LUNARG_param_checker", "VK_LAYER_LUNARG_device_limits", "VK_LAYER_LUNARG_object_tracker", "VK_LAYER_LUNARG_image", "VK_LAYER_LUNARG_mem_tracker", "VK_LAYER_LUNARG_draw_state", "VK_LAYER_LUNARG_swapchain", |
