diff options
| author | Jon Ashburn <jon@lunarg.com> | 2016-03-22 12:57:13 -0600 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-03-22 14:18:54 -0600 |
| commit | 6b501fb701599a9748ab3b87b1e64d842e9ac623 (patch) | |
| tree | 8724977b524b4dc6825b54bf52e490237f4a4d43 /loader/loader.c | |
| parent | cd4bfc0060c4f2126f4b57e7f0180ed30fa024d8 (diff) | |
| download | usermoji-6b501fb701599a9748ab3b87b1e64d842e9ac623.tar.xz | |
misc: Update to header version 1.0.6
Change-Id: Idf7a9d40278b796e16effa54e9b60668d275b8ec
Diffstat (limited to 'loader/loader.c')
| -rw-r--r-- | loader/loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c index 104dc9e1..426b1a10 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -1819,7 +1819,7 @@ static void loader_add_layer_property_meta( sizeof(props->info.layerName)); // TODO what about specVersion? for now insert loader's built // version - props->info.specVersion = VK_API_VERSION; + props->info.specVersion = VK_API_VERSION_1_0; } } } |
