fix GL_LEGACY

This commit is contained in:
fgsfds 2020-07-27 17:28:32 +03:00
parent 55a0426cdd
commit 8543ee8be3
1 changed files with 0 additions and 3 deletions

View File

@ -589,9 +589,6 @@ static void gfx_opengl_finish_render(void) {
static void gfx_opengl_shutdown(void) {
}
static void gfx_opengl_shutdown(void) {
}
struct GfxRenderingAPI gfx_opengl_api = {
gfx_opengl_z_is_from_0_to_1,
gfx_opengl_unload_shader,