dep/glad: Update to v2.0.5

This commit is contained in:
Stenzek
2024-02-25 15:32:26 +10:00
parent fcb8ce1ebc
commit 143fb0876d
36 changed files with 30541 additions and 35576 deletions

View File

@ -33,7 +33,7 @@ std::unique_ptr<Context> ContextEGLWayland::Create(const WindowInfo& wi, std::sp
return context;
}
std::unique_ptr<Context> ContextEGLWayland::CreateSharedContext(const WindowInfo& wi)
std::unique_ptr<Context> ContextEGLWayland::CreateSharedContext(const WindowInfo& wi, Error* error)
{
std::unique_ptr<ContextEGLWayland> context = std::make_unique<ContextEGLWayland>(wi);
context->m_display = m_display;