commit | ab4617774048ff3828b1a8b7fe590ce9af81a419 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Mon May 16 11:48:11 2016 +0800 |
committer | Tobin Ehlis <tobine@google.com> | Tue May 24 06:29:13 2016 -0600 |
tree | ee9912eb7d2d2b5f30f3de582299cd50953f9957 | |
parent | b85baf965e7a774edd7f9e45c47e54176770ffa4 [diff] [blame] |
threading: decorate Vulkan commands with VKAPI_ATTR
diff --git a/genvk.py b/genvk.py index 7ea70c2..993477c 100755 --- a/genvk.py +++ b/genvk.py
@@ -280,7 +280,7 @@ protectFeature = False, protectProto = True, protectProtoStr = 'VK_PROTOTYPES', - apicall = '', + apicall = 'VKAPI_ATTR ', apientry = 'VKAPI_CALL ', apientryp = 'VKAPI_PTR *', alignFuncParam = 48,