mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
vulkan dispatch table must be generated with trailing newline
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user