aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-09-28 16:15:00 -0600
committerJon Ashburn <jon@lunarg.com>2015-09-30 13:03:32 -0600
commit438c6fbadfb72d35a29467a24ca6a93fef06f1c6 (patch)
tree8cd1d2cc9dd5f5ff8dbb443681dd4f45aa1c3717 /loader/loader.h
parentb43e1d25fb482b70df79bf56589a3f7e05e1a9f3 (diff)
downloadusermoji-438c6fbadfb72d35a29467a24ca6a93fef06f1c6.tar.xz
loader: Change GetXXProcAddr to support NULL dispatchable object
Also change GetInstanceProcAddr to return the first entry down the chain rather than global (trampoline entrys) all the time when a non-null instance is passed.
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/loader/loader.h b/loader/loader.h
index fff4205e..cd795c50 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -195,8 +195,6 @@ struct loader_struct {
unsigned int loaded_layer_lib_capacity;
struct loader_lib_info *loaded_layer_lib_list;
// TODO add ref counting of ICD libraries
- char *layer_dirs;
-
// TODO use this struct loader_layer_library_list scanned_layer_libraries;
// TODO add list of icd libraries for ref counting them for closure
};