ImGui demo window

This commit is contained in:
David Allemang
2024-07-01 17:24:04 -04:00
parent bc4421b754
commit 154427d5bc
8 changed files with 196 additions and 4 deletions

10
cimgui/src/root.zig Normal file
View File

@@ -0,0 +1,10 @@
pub const c = @cImport({
@cDefine("CIMGUI_DEFINE_ENUMS_AND_STRUCTS", {});
@cInclude("cimgui.h");
@cInclude("vulkan/vulkan.h");
@cDefine("CIMGUI_USE_VULKAN", {});
@cDefine("CIMGUI_USE_GLFW", {});
@cInclude("cimgui_impl.h");
});