Results 1 - 9 of 9 results out of about 6839 pages. (2.59 seconds)
- SDL_GLattr . . . 2 matches
- ...etAttribute(SDL_GL_ALPHA_SIZE, 8);
SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
SDL_GL_CreateContext(window);
}}}
== Remarks ==
While you can set most OpenGL attributes normally, ...
- SGFunctions . . . 1 match
- ...ld every time it occurs on the page.-~||
||''Example'': [[SDL_LoadWAV_RW]](), [[SDL_GL_CreateContext]]()||
||<( |3 30%>''If'' the return value mentions __a structure that has a pag...
- SDL_WindowFlags . . . 1 match
- ...or use with OpenGL, but you will still need to create an OpenGL context using [[SDL_GL_CreateContext]]() after window creation, before calling any OpenGL functions.
On Apple's OS ...
- SDL_GL_MakeCurrent . . . 1 match
- ... can add your code example here
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_GL_CreateContext]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_GL_DeleteContext . . . 1 match
- ... can add your code example here
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_GL_CreateContext]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- MigrationGuide . . . 1 match
- .... Change your `SDL_SetVideoMode()` call to [[SDL_CreateWindow]]() followed by [[SDL_GL_CreateContext]](), and your `SDL_GL_SwapBuffers()` call to [[SDL_GL_SwapWindow]](window). All...
- GuiaDeMigracion . . . 1 match
- ...lazar tu llamada a `SDL_SetVideoMode()` por [[SDL_CreateWindow]]() seguida de [[SDL_GL_CreateContext]](). Luego cambia SDL_GL_!SwapBuffers() por [[SDL_GL_SwapWindow]](window). Las ...
- CategoryVideo . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Display and Window Management =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/file/defau...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
