aboutsummaryrefslogtreecommitdiff
path: root/vulkan.py
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-18 17:01:41 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-24 15:38:03 -0600
commit52b161e51097b2e0322b130b85ca94336f56733a (patch)
tree90edd35f28df89476471f8de33b8396875f7db4e /vulkan.py
parent4df211371fd90075d964792cb7ba3056433874cf (diff)
downloadusermoji-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-xvulkan.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/vulkan.py b/vulkan.py
index 58d4aedf..8e6fd013 100755
--- a/vulkan.py
+++ b/vulkan.py
@@ -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"),