mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(GL) Turn gl_set_projection into a static function too
This commit is contained in:
parent
c574025370
commit
75be6ccec9
2
gfx/gl.c
2
gfx/gl.c
@ -806,7 +806,7 @@ static bool gl_init_hw_render(gl_t *gl, unsigned width, unsigned height)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void gl_set_projection(gl_t *gl, struct gl_ortho *ortho, bool allow_rotate)
|
static void gl_set_projection(gl_t *gl, struct gl_ortho *ortho, bool allow_rotate)
|
||||||
{
|
{
|
||||||
math_matrix rot;
|
math_matrix rot;
|
||||||
|
|
||||||
|
@ -377,8 +377,6 @@ extern void glBufferSubDataTextureReferenceRA( GLenum target,
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void gl_set_projection(gl_t *gl, struct gl_ortho *ortho, bool allow_rotate);
|
|
||||||
|
|
||||||
void gl_set_viewport(gl_t *gl, unsigned width, unsigned height,
|
void gl_set_viewport(gl_t *gl, unsigned width, unsigned height,
|
||||||
bool force_full, bool allow_rotate);
|
bool force_full, bool allow_rotate);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user