forked from mirror/vulkan-zig
Remove debug assertion
This commit is contained in:
@@ -9,10 +9,6 @@ const BaseDispatch = vk.BaseWrapper(.{
|
||||
.createInstance = true,
|
||||
});
|
||||
|
||||
comptime {
|
||||
std.debug.assert(vk.BaseWrapper(vk.BaseCommandFlags{}) == vk.BaseWrapper(.{}));
|
||||
}
|
||||
|
||||
const InstanceDispatch = vk.InstanceWrapper(.{
|
||||
.destroyInstance = true,
|
||||
.createDevice = true,
|
||||
|
||||
Reference in New Issue
Block a user