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 445bee8 commit 7858ac4Copy full SHA for 7858ac4
build.zig
@@ -348,10 +348,11 @@ pub fn build(b: *std.Build) void {
348
}
349
imgui.addCSourceFiles(.{
350
.files = &.{
351
+ "libs/imgui/backends/imgui_impl_opengl3_loader.h",
352
"libs/imgui/backends/imgui_impl_sdl2.cpp",
353
"libs/imgui/backends/imgui_impl_opengl3.cpp",
354
},
- .flags = &(cflags.* ++ .{"-DIMGUI_IMPL_OPENGL_LOADER_CUSTOM"}),
355
+ .flags = &(cflags.* ++ .{"-DIMGUI_IMPL_OPENGL_LOADER_IMGL3W"}),
356
});
357
358
.osx_metal => {
0 commit comments