diff options
| author | Tobin Ehlis <tobin@lunarg.com> | 2015-04-16 11:17:12 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobin@lunarg.com> | 2015-04-16 12:39:55 -0600 |
| commit | 621cdc9bdbc3cf2dcb1a8b8713e0ad20ff42aa7e (patch) | |
| tree | 0783d301087c7618e4132df97cef32d7e0e03c55 /vulkan.py | |
| parent | 7537db97c30e73648d2d8270451b4d0b06b13693 (diff) | |
| download | usermoji-621cdc9bdbc3cf2dcb1a8b8713e0ad20ff42aa7e.tar.xz | |
layers: Removing old GetExtensionSupport API call
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -255,10 +255,6 @@ core = Extension( Param("size_t*", "pDataSize"), Param("void*", "pData")]), - Proto("VkResult", "GetExtensionSupport", - [Param("VkPhysicalGpu", "gpu"), - Param("const char*", "pExtName")]), - Proto("VkResult", "EnumerateLayers", [Param("VkPhysicalGpu", "gpu"), Param("size_t", "maxLayerCount"), |
