Merge branch 'master' into docking

# Conflicts:
#	examples/example_apple_opengl2/main.mm
This commit is contained in:
ocornut
2026-08-19 13:32:49 +02:00
19 changed files with 698 additions and 45 deletions

View File

@@ -549,7 +549,7 @@ WGPUSurface CreateWGPUSurface(const WGPUInstance& instance, GLFWwindow* window)
{
create_info.System = "win32";
create_info.RawWindow = (void*)glfwGetWin32Window(window);
create_info.RawInstance = (void*)::GetModuleHandle(NULL);
create_info.RawInstance = (void*)::GetModuleHandle(nullptr);
return ImGui_ImplWGPU_CreateWGPUSurfaceHelper(&create_info);
}
#else