aboutsummaryrefslogtreecommitdiff
path: root/icd
diff options
context:
space:
mode:
Diffstat (limited to 'icd')
-rw-r--r--icd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/icd/README.md b/icd/README.md
index 871d1c68..4077046a 100644
--- a/icd/README.md
+++ b/icd/README.md
@@ -7,7 +7,7 @@ This sample driver implementation provide multiple subcomponents required to bui
common/ provides helper and utility functions, as well as all VK entry points
except vkInitAndEnumerateGpus. Hardware drivers are required to provide that
-function, and to embed a "VK_LAYER_DISPATCH_TABLE *" as the first member of
+function, and to embed a "VkLayerDispatchTable *" as the first member of
VkPhysicalGpu and all VkBaseObject.
Thread safety