You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gl_engine: fix mismatched-tags warning for GlRenderTarget
Change forward declaration from class to struct
to match the actual definition, preventing potential
linker errors under Microsoft C++ ABI.