vulkan dispatch table must be generated with trailing newline

This commit is contained in:
baldurk
2019-12-09 16:37:27 +00:00
parent e83bc8ed04
commit 73bc49fe6e
@@ -196,4 +196,5 @@ struct VkDevDispatchTable
// for consistency with macros, we declare the CreateDevice pointer here
// even though it won't actually ever get used and is on the instance dispatch chain
PFN_vkCreateDevice CreateDevice;
}};'''.format(**locals()))
}};
'''.format(**locals()))