summaryrefslogtreecommitdiff
path: root/layers/README.md
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-09-14 17:22:16 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-09-17 15:32:11 -0600
commit74c4ce9c4fa101c0989a29cf918e799fa67adcec (patch)
tree74f970f9374e371b243c3362600dfbb31936a668 /layers/README.md
parentd3e4a76112e2ff71bf6b7ae0510b1306bc087231 (diff)
bug 14509: Rename Layer and Extension queries
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14509 https://gitlab.khronos.org/vulkan/vulkan/merge_requests/334
Diffstat (limited to 'layers/README.md')
-rw-r--r--layers/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/README.md b/layers/README.md
index 8a1754c2..2dabf4a7 100644
--- a/layers/README.md
+++ b/layers/README.md
@@ -6,7 +6,7 @@ Layer libraries can be written to intercept or hook VK entry points for various
debug and validation purposes. One or more VK entry points can be defined in your Layer
library. Undefined entrypoints in the Layer library will be passed to the next Layer which
may be the driver. Multiple layer libraries can be chained (actually a hierarchy) together.
-vkGetGlobalLayerProperties and vkGetPhysicalDeviceLayerProperties can be called to list the
+vkEnumerateInstanceLayerProperties and vkEnumerateDeviceLayerProperties can be called to list the
available layers and their properties. Layers can intercept Vulkan instance level entry points
in which case they are called an Instance Layer. Layers can intercept device entry points
in which case they are called a Device Layer. Instance level entry points are those with VkInstance