diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-06-16 14:00:19 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-18 10:22:57 -0600 |
| commit | f95323f72495b0dd50f942236a58a344eabc4d78 (patch) | |
| tree | d6ba10d16cb32123b5101027cb62d2171e52a409 /vulkan.py | |
| parent | 925320abcb1d91d0a0364fec2294121895bbfc82 (diff) | |
| download | usermoji-f95323f72495b0dd50f942236a58a344eabc4d78.tar.xz | |
vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -313,12 +313,6 @@ core = Extension( Param("uint32_t", "memRangeCount"), Param("const VkMappedMemoryRange*", "pMemRanges")]), - Proto("VkResult", "PinSystemMemory", - [Param("VkDevice", "device"), - Param("const void*", "pSysMem"), - Param("size_t", "memSize"), - Param("VkDeviceMemory*", "pMem")]), - Proto("VkResult", "GetMultiDeviceCompatibility", [Param("VkPhysicalDevice", "gpu0"), Param("VkPhysicalDevice", "gpu1"), |
