Wiki Page Content

Results 1 - 13 of 13 results out of about 6837 pages. (3.22 seconds)

SDL_RenderCopy . . . 8 matches
... = SDL_RenderCopy = Use this function to copy a portion of the texture to the current rendering target. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_RenderCopy(S...

4.2k - rev: 27 (current) last modified: 2015-08-18 20:57:36

SDL_RenderCopyEx . . . 4 matches
... = SDL_RenderCopyEx = Use this function to copy a portion of the texture to the current rendering target, optionally rotating it by angle around the given center and also flipping...

2.1k - rev: 10 (current) last modified: 2017-08-11 20:23:50

MigrationGuide . . . 4 matches
... get that texture to the screen: {{{#!highlight cpp SDL_RenderClear(sdlRenderer); SDL_RenderCopy(sdlRenderer, sdlTexture, NULL, NULL); SDL_RenderPresent(sdlRenderer); }}} That's ...

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

GuiaDeMigracion . . . 4 matches
...ngamos esta textura en pantalla: {{{#!highlight cpp SDL_RenderClear(sdlRenderer); SDL_RenderCopy(sdlRenderer, sdlTexture, NULL, NULL); SDL_RenderPresent(sdlRenderer); }}} Y eso e...

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

SDL_RendererFlip . . . 3 matches
...endererFlip = An enumeration of flags that can be used in the flip parameter for [[SDL_RenderCopyEx]]. <<TableOfContents()>> == Values == ||SDL_FLIP_NONE||do not flip|| ||SDL_FLI...

0.8k - rev: 8 (current) last modified: 2014-11-04 22:18:05

SDL_TextureModulate . . . 2 matches
...= SDL_TextureModulate = An enumeration of the texture channel modulation used in [[SDL_RenderCopy]](). <<TableOfContents()>> == Values == ||SDL_TEXTUREMODULATE_NONE||no modulatio...

0.6k - rev: 9 (current) last modified: 2011-02-15 19:13:06

SDL_SetTextureBlendMode . . . 2 matches
...extureBlendMode = Use this function to set the blend mode for a texture, used by [[SDL_RenderCopy]](). <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_SetTextureBle...

1.1k - rev: 14 (current) last modified: 2014-04-02 22:36:56

SDL_Renderer . . . 2 matches
....[[SDL_GetRendererOutputSize]] .[[SDL_GetRenderTarget]] .[[SDL_RenderClear]] .[[SDL_RenderCopy]] .[[SDL_RenderCopyEx]] .[[SDL_RenderDrawLine]] .[[SDL_RenderDrawLines]] .[[SD...

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

SDL_BlendMode . . . 2 matches
... = SDL_BlendMode = An enumeration of blend modes used in [[SDL_RenderCopy]]() and drawing operations. <<TableOfContents()>> == Values == ||SDL_BLENDMODE_NONE||no blending|| || |...

1.1k - rev: 15 (current) last modified: 2013-08-08 20:57:51

SDL_Texture . . . 1 match
...de]] .[[SDL_GetTextureColorMod]] .[[SDL_LockTexture]] .[[SDL_QueryTexture]] .[[SDL_RenderCopy]] .[[SDL_SetTextureAlphaMod]] .[[SDL_SetTextureBlendMode]] .[[SDL_SetTextureCol...

0.8k - rev: 9 (current) last modified: 2015-08-18 21:06:01

SDL_RendererInfo . . . 1 match
...Flags]] .[[SDL_TextureModulate]] == Related Functions == .[[SDL_GetRenderDriverInfo]] .[[SDL_GetRendererInfo]] .[[SDL_RenderCopy]] ---- [[CategoryStruct]], [[CategoryRender]]...

1.5k - rev: 32 (current) last modified: 2014-02-09 22:23:58

SDL_Rect . . . 1 match
...unds]] .[[SDL_HasIntersection]] .[[SDL_IntersectRect]] .[[SDL_LockTexture]] .[[SDL_RenderCopy]] .[[SDL_RenderDrawRect]] .[[SDL_RenderDrawRects]] .[[SDL_RenderReadPixels]] ....

1.2k - rev: 15 (current) last modified: 2015-11-18 21:12:51

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