Files
vulkan-zig/generator/render.zig
2020-06-13 16:00:48 +02:00

4 lines
107 B
Zig

const std = @import("std");
const registry = @import("registry.zig");
const Allocator = std.mem.Allocator,