diff options
| author | Lenny Komow <lenny@lunarg.com> | 2018-02-13 15:58:47 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2018-03-09 13:54:31 -0700 |
| commit | bc9fdf492563939209b0758819caea3302c9c2cb (patch) | |
| tree | 3b5954fdd0f53f9a37ca93506d9fa7120f0864c3 /loader/loader.h | |
| parent | 4c88179f99a2f6e6acd9b5574dd6fb22cde9037f (diff) | |
| download | usermoji-bc9fdf492563939209b0758819caea3302c9c2cb.tar.xz | |
loader: Extend pre-instance intercepts for 1.1
Add the ability to intercept vkEnumerateInstanceVersion through the
pre-instance intercept mechanism
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.h b/loader/loader.h index 9342e21c..8abc034a 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -140,6 +140,7 @@ struct loader_layer_properties { struct { char enumerate_instance_extension_properties[MAX_STRING_SIZE]; char enumerate_instance_layer_properties[MAX_STRING_SIZE]; + char enumerate_instance_version[MAX_STRING_SIZE]; } pre_instance_functions; }; |
