Wiki Page Content

Results 1 - 16 of 16 results out of about 6839 pages. (3.72 seconds)

SDL_CreateRenderer . . . 4 matches
... = SDL_CreateRenderer = Use this function to create a 2D rendering context for a window. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Renderer* SDL_CreateRenderer(S...

2.2k - rev: 33 (current) last modified: 2014-11-11 02:06:24

MigrationGuide . . . 4 matches
.... Now we need a rendering context. {{{#!highlight cpp SDL_Renderer *renderer = SDL_CreateRenderer(sdlWindow, -1, 0); }}} A renderer hides the details of how we draw into the win...

33.7k - rev: 75 (current) last modified: 2017-07-15 21:53:17

GuiaDeMigracion . . . 4 matches
...sitamos un contexto de renderizado. {{{#!highlight cpp SDL_Renderer *renderer = SDL_CreateRenderer(sdlWindow, -1, 0); }}} El "renderer" abstrae todos los detalles de cómo se dibu...

35.5k - rev: 12 (current) last modified: 2020-12-29 18:08:27

SDL_HINT_RENDER_VSYNC . . . 3 matches
...hint that specifies whether sync to vertical refresh is enabled or disabled in [[SDL_CreateRenderer]]() to avoid tearing. <<TableOfContents()>> == Values == ||0||disable vsync|| ...

0.6k - rev: 5 (current) last modified: 2011-12-31 20:25:01

SDL_CreateSoftwareRenderer . . . 2 matches
... == Remarks == Two other API which can be used to create SDL_Renderer:<<BR>>1) [[SDL_CreateRenderer]]()<<BR>>2) [[SDL_CreateWindowAndRenderer]]() == Related Functions == .[[SDL_C...

3.1k - rev: 10 (current) last modified: 2016-03-31 22:22:10

SGRemarks . . . 1 match
...r>''' may be` `any` `of` `the` `following` `OR'd` `together:`|| ||''Example'': [[SDL_CreateRenderer]]()|| ||<( |2 30%>''If'' the Include contains a list from which __only one value...

9.0k - rev: 25 (current) last modified: 2011-12-15 22:32:39

SDL_RendererFlags . . . 1 match
...= ''You can add useful comments here'' == Related Structures == .[[SDL_RendererInfo]] == Related Functions == .[[SDL_CreateRenderer]] ---- [[CategoryEnum]], [[CategoryRender]]...

0.8k - rev: 28 (current) last modified: 2013-11-17 07:06:12

SDL_Renderer . . . 1 match
... rest of the markup alone and delete this comment. == Related Functions == .[[SDL_CreateRenderer]] .[[SDL_CreateSoftwareRenderer]] .[[SDL_CreateTexture]] .[[SDL_CreateTexture...

2.1k - rev: 1 (current) last modified: 2017-02-12 22:26:38

SDL_GetRendererInfo . . . 1 match
...u can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_CreateRenderer]] ---- [[CategoryAPI]], [[CategoryRender]]...

0.8k - rev: 8 (current) last modified: 2013-08-11 12:21:55

SDL_GetRenderer . . . 1 match
...u can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_CreateRenderer]] ---- [[CategoryAPI]], [[CategoryRender]]...

0.6k - rev: 4 (current) last modified: 2011-05-17 18:04:25

SDL_GetRenderDriverInfo . . . 1 match
...re }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_CreateRenderer]] .[[SDL_GetNumRenderDrivers]] ---- [[CategoryAPI]], [[CategoryRender]]...

0.9k - rev: 7 (current) last modified: 2011-03-04 23:48:17

SDL_GetNumRenderDrivers . . . 1 match
... == Version == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_CreateRenderer]] .[[SDL_GetRenderDriverInfo]] ---- [[CategoryAPI]], [[CategoryRender]]...

0.9k - rev: 9 (current) last modified: 2017-01-14 22:52:24

SDL_GL_BindTexture . . . 1 match
... therefore you can only use this function with an implicit OpenGL context from [[SDL_CreateRenderer]](), not with your own OpenGL context. If you need control over your OpenGL cont...

10.0k - rev: 17 (current) last modified: 2016-04-15 22:00:47

SDL_DestroyRenderer . . . 1 match
...u can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_CreateRenderer]] ---- [[CategoryAPI]], [[CategoryRender]]...

0.6k - rev: 10 (current) last modified: 2011-02-16 23:57:31

SDL_CreateWindowAndRenderer . . . 1 match
...== Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_CreateRenderer]] .[[SDL_CreateWindow]] ---- [[CategoryAPI]], [[CategoryRender]], [[CategoryVi...

2.6k - rev: 10 (current) last modified: 2015-11-18 20:47:21

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...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit