ImGui demo window
This commit is contained in:
10
cimgui/src/root.zig
Normal file
10
cimgui/src/root.zig
Normal 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");
|
||||
});
|
Reference in New Issue
Block a user