diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-18 17:01:41 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-24 15:38:03 -0600 |
| commit | 52b161e51097b2e0322b130b85ca94336f56733a (patch) | |
| tree | 90edd35f28df89476471f8de33b8396875f7db4e /vulkan.py | |
| parent | 4df211371fd90075d964792cb7ba3056433874cf (diff) | |
| download | usermoji-52b161e51097b2e0322b130b85ca94336f56733a.tar.xz | |
bug 13038: Remove support for multiple GPUs
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=13038
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -313,32 +313,6 @@ core = Extension( Param("uint32_t", "memRangeCount"), Param("const VkMappedMemoryRange*", "pMemRanges")]), - Proto("VkResult", "GetMultiDeviceCompatibility", - [Param("VkPhysicalDevice", "gpu0"), - Param("VkPhysicalDevice", "gpu1"), - Param("VkPhysicalDeviceCompatibilityInfo*", "pInfo")]), - - Proto("VkResult", "OpenSharedMemory", - [Param("VkDevice", "device"), - Param("const VkMemoryOpenInfo*", "pOpenInfo"), - Param("VkDeviceMemory*", "pMem")]), - - Proto("VkResult", "OpenSharedSemaphore", - [Param("VkDevice", "device"), - Param("const VkSemaphoreOpenInfo*", "pOpenInfo"), - Param("VkSemaphore*", "pSemaphore")]), - - Proto("VkResult", "OpenPeerMemory", - [Param("VkDevice", "device"), - Param("const VkPeerMemoryOpenInfo*", "pOpenInfo"), - Param("VkDeviceMemory*", "pMem")]), - - Proto("VkResult", "OpenPeerImage", - [Param("VkDevice", "device"), - Param("const VkPeerImageOpenInfo*", "pOpenInfo"), - Param("VkImage*", "pImage"), - Param("VkDeviceMemory*", "pMem")]), - Proto("VkResult", "DestroyObject", [Param("VkDevice", "device"), Param("VkObjectType", "objType"), |
