diff --git a/examples/graphics_context.zig b/examples/graphics_context.zig index 00dd53f..db96fb3 100644 --- a/examples/graphics_context.zig +++ b/examples/graphics_context.zig @@ -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,