diff options
| author | Jon Ashburn <jon@lunarg.com> | 2016-04-26 12:02:58 -0600 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-04-26 17:01:00 -0600 |
| commit | 92ca220168537bcc68aa5bbc3112caa59f45cabe (patch) | |
| tree | 2d1581857533ee699d93af138a990240c810372c /loader/LoaderAndLayerInterface.md | |
| parent | 186fae5eec813eb3df58d590bd43ad3a5586ca1c (diff) | |
| download | usermoji-92ca220168537bcc68aa5bbc3112caa59f45cabe.tar.xz | |
loader: update doc to remove sentence allowing layers to skip
using app provided allocation callbacks
Change-Id: Ib293934b4574864a78f975aba52c9aa5c0a24779
Diffstat (limited to 'loader/LoaderAndLayerInterface.md')
| -rw-r--r-- | loader/LoaderAndLayerInterface.md | 3 |
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. |
