From 10fe28eddccab0bba1796d1e35ff9c7dfa99d665 Mon Sep 17 00:00:00 2001 From: InKryption Date: Tue, 28 Dec 2021 13:12:45 +0100 Subject: [PATCH] Remove debug assertion --- examples/graphics_context.zig | 4 ---- 1 file changed, 4 deletions(-) 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,