Penguin
Blame: SDL_GL_GetAttribute(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_GL_GetAttribute(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_GL_!GetAttribute
2 !!!SDL_GL_!GetAttribute
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
2 perry 12 SDL_GL_!GetAttribute- Get the value of a special SDL/OpenGL attribute
1 perry 13 !!SYNOPSIS
14
15
16 __#include __
17
18
2 perry 19 __int SDL_GL_!GetAttribute__(__SDLGLattr attr, int
1 perry 20 *value__);
21 !!DESCRIPTION
22
23
24 Places the value of the SDL/OpenGL ''attribute''
25 __attr__ into __value__. This is useful after a call
2 perry 26 to __SDL_!SetVideoMode__ to check whether your attributes
1 perry 27 have been ''set'' as you expected.
28 !!RETURN VALUE
29
30
31 Returns __0__ on success, or __-1__ on an
32 error.
33 !!SEE ALSO
34
35
2 perry 36 __SDL_GL_!SetAttribute__, ''GL
1 perry 37 Attributes''
38 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.