mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] interface: rename LG_Renderer to LG_RendererOps
Part of the standardisation of using the `Ops` suffix for all interfaces
This commit is contained in:
@@ -610,7 +610,7 @@ static void render_wait(struct Inst * this)
|
||||
glDisable(GL_BLEND);
|
||||
}
|
||||
|
||||
const LG_Renderer LGR_OpenGL =
|
||||
const LG_RendererOps LGR_OpenGL =
|
||||
{
|
||||
.get_name = opengl_get_name,
|
||||
.setup = opengl_setup,
|
||||
|
Reference in New Issue
Block a user