Results 1 - 11 of 11 results out of about 6839 pages. (3.06 seconds)
- SDL_GL_SetAttribute . . . 8 matches
- ...
= SDL_GL_SetAttribute =
Use this function to set an OpenGL window attribute before window creation.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_GL_SetAttribu...
- SDL_GLattr . . . 7 matches
- ...GL_CONTEXT_EGL||not used (deprecated)||
== Code Examples ==
{{{#!highlight cpp
SDL_GL_SetAttribute(SDL_GL_RED_SIZE, 8);
SDL_GL_SetAttribute(SDL_GL_GREEN_SIZE, 8);
SDL_GL_SetAttri...
- SGWikiBasics . . . 4 matches
- ... . ''Example'': If this include will be used on [[SDL_GL_GetAttribute]]() and [[SDL_GL_SetAttribute]]() the comment on the source page should read:
`#``#``The` `following` `con...
- SDL_GLprofile . . . 4 matches
- ...ase OpenGL functionality is available||
== Code Examples ==
{{{#!highlight cpp
SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_ES);
}}}
== Remarks ==
Th...
- SDL_GLcontextFlag . . . 3 matches
- ...NTEXT_RESET_ISOLATION_FLAG|Remarks]]||
== Code Examples ==
{{{#!highlight cpp
SDL_GL_SetAttribute(SDL_GL_CONTEXT_FLAGS, SDL_GL_CONTEXT_DEBUG_FLAG);
}}}
== Remarks ==
This enum...
- SDL_GL_ResetAttributes . . . 1 match
- ...ailable since SDL 2.0.2.
== Related Functions ==
.[[SDL_GL_GetAttribute]]
.[[SDL_GL_SetAttribute]]
##Remove this section if empty
----
[[CategoryAPI]], [[CategoryVideo]]
##See...
- SDL_GL_GetAttribute . . . 1 match
- ...attr, , , from="== Values ==", to="== Code Examples ==")>>
== Related Functions ==
.[[SDL_GL_ResetAttributes]]
.[[SDL_GL_SetAttribute]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- MigrationGuide . . . 1 match
- ...dow). All the actual calls into the GL are exactly the same.
If you had used [[SDL_GL_SetAttribute]](SDL_GL_SWAP_CONTROL, x), this has changed. There is now an [[SDL_GL_SetSwapIn...
- GuiaDeMigracion . . . 1 match
- ...dow]](window). Las llamadas de funciones de OpenGL no cambian.
Si utilizabas [[SDL_GL_SetAttribute]]`(SDL_GL_SWAP_CONTROL, x)`, necesitas hacer algunos cambios: ahora existe la f...
- 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...
