mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 12:42:04 +00:00
9 lines
113 B
C
9 lines
113 B
C
|
#ifndef __GL_COMMON_H__
|
||
|
#define __GL_COMMON_H__
|
||
|
|
||
|
#include <GL/gl.h>
|
||
|
|
||
|
void glAdjustAlignment(int stride);
|
||
|
|
||
|
#endif
|