diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-10 13:44:12 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-11 09:20:01 -0600 |
| commit | fefebcd74d1165d202a326887b93700b6d883f8a (patch) | |
| tree | f8d72abbde35b9cd8d92de7821efc9586b39f664 /vulkan.py | |
| parent | eb1f6d4287dfd4907a29c1b4eab2b0ad15376c37 (diff) | |
| download | usermoji-fefebcd74d1165d202a326887b93700b6d883f8a.tar.xz | |
bug 14537: Improve VkImageFormatProperties
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -244,6 +244,7 @@ core = Extension( Param("VkImageType", "type"), Param("VkImageTiling", "tiling"), Param("VkImageUsageFlags", "usage"), + Param("VkImageCreateFlags", "flags"), Param("VkImageFormatProperties*", "pImageFormatProperties")]), Proto("PFN_vkVoidFunction", "GetInstanceProcAddr", |
