aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2016-04-26 12:02:58 -0600
committerJon Ashburn <jon@lunarg.com>2016-04-26 17:01:00 -0600
commit92ca220168537bcc68aa5bbc3112caa59f45cabe (patch)
tree2d1581857533ee699d93af138a990240c810372c
parent186fae5eec813eb3df58d590bd43ad3a5586ca1c (diff)
downloadusermoji-92ca220168537bcc68aa5bbc3112caa59f45cabe.tar.xz
loader: update doc to remove sentence allowing layers to skip
using app provided allocation callbacks Change-Id: Ib293934b4574864a78f975aba52c9aa5c0a24779
-rw-r--r--loader/LoaderAndLayerInterface.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md
index b1eaf7c8..84143862 100644
--- a/loader/LoaderAndLayerInterface.md
+++ b/loader/LoaderAndLayerInterface.md
@@ -1115,9 +1115,6 @@ command to wrap the objects created by its lower layers, it must make sure its
lower layers never see the wrapping objects, directly from itself or
indirectly from its upper layers.
-When a layer requires host memory, it is free to scope the allocations to
-itself, bypassing the provided allocators entirely.
-
`vkEnumerateDeviceExtensionProperties` must handle the case where `pLayerName`
is `NULL`, usually by chaining to other layers.