From 92ca220168537bcc68aa5bbc3112caa59f45cabe Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Tue, 26 Apr 2016 12:02:58 -0600 Subject: loader: update doc to remove sentence allowing layers to skip using app provided allocation callbacks Change-Id: Ib293934b4574864a78f975aba52c9aa5c0a24779 --- loader/LoaderAndLayerInterface.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'loader/LoaderAndLayerInterface.md') 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. -- cgit v1.2.3