From 42e9b8a325c9de2eb10962491581df6f72ea47fa Mon Sep 17 00:00:00 2001 From: Petr Kraus <petr_kraus@email.cz> Date: Sun, 18 Nov 2018 01:59:31 +0100 Subject: [PATCH] Add missing VkMemoryWin32HandlePropertiesKHR VU section --- chapters/memory.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/chapters/memory.txt b/chapters/memory.txt index ac6640bd..f987a762 100644 --- a/chapters/memory.txt +++ b/chapters/memory.txt @@ -1617,6 +1617,7 @@ include::../api/structs/VkMemoryWin32HandlePropertiesKHR.txt[] * pname:memoryTypeBits is a bitmask containing one bit set for every memory type which the specified windows handle can: be imported as. +include::../validity/structs/VkMemoryWin32HandlePropertiesKHR.txt[] -- endif::VK_KHR_external_memory_win32[]