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 3af85d9 commit 5f0e01eCopy full SHA for 5f0e01e
build.zig
@@ -368,10 +368,11 @@ pub fn build(b: *std.Build) void {
368
}
369
imgui.addCSourceFiles(.{
370
.files = &.{
371
+ "libs/imgui/backends/imgui_impl_opengl3_loader.h",
372
"libs/imgui/backends/imgui_impl_sdl2.cpp",
373
"libs/imgui/backends/imgui_impl_opengl3.cpp",
374
},
- .flags = &(cflags.* ++ .{"-DIMGUI_IMPL_OPENGL_LOADER_CUSTOM"}),
375
+ .flags = &(cflags.* ++ .{"-DIMGUI_IMPL_OPENGL_LOADER_IMGL3W"}),
376
});
377
378
.osx_metal => {
0 commit comments