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