Exemple #1
0
 public static int SDL_GL_GetAttribute(SDL_GLAttribute attr, int *value) => s_gl_getAttribute(attr, value);
Exemple #2
0
 public static int SDL_GL_SetAttribute(SDL_GLAttribute attr, int value) => s_gl_setAttribute(attr, value);