aboutsummaryrefslogtreecommitdiff
path: root/loader/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'loader/README.md')
-rw-r--r--loader/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/README.md b/loader/README.md
index 5878685e..b8840d2c 100644
--- a/loader/README.md
+++ b/loader/README.md
@@ -25,7 +25,7 @@ finds ICD driver libraries.
## Interface to driver (ICD)
- vkCreateInstance exported
-- vkGetGlobalExtensionProperties exported
+- vkEnumerateInstanceExtensionProperties exported
- vkGetDeviceProcAddr exported and returns valid function pointers for all the VK API entrypoints
- vkGetInstanceProcAddr exported and returns valid function pointers for all the VK API entrypoints
- all objects created by ICD can be cast to (VK\_LAYER\_DISPATCH\_TABLE \*\*)