We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d020314 commit f7f4057Copy full SHA for f7f4057
libdrm/types.zig
@@ -3,6 +3,7 @@ const Allocator = std.mem.Allocator;
3
const os = @import("os.zig");
4
5
pub const amdgpu = @import("types/amdgpu.zig");
6
+pub const asahi = @import("types/asahi.zig");
7
8
pub usingnamespace @import("types/base.zig");
9
pub usingnamespace @import("types/gem.zig");
0 commit comments