Results 1 - 13 of 13 results out of about 6839 pages. (3.53 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...
- 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...
- 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 ...
- 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...
- 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...
- SDL_TextureModulate . . . 2 matches
- ...= SDL_TextureModulate =
An enumeration of the texture channel modulation used in [[SDL_RenderCopy]]().
<<TableOfContents()>>
== Values ==
||SDL_TEXTUREMODULATE_NONE||no modulatio...
- 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...
- SDL_Renderer . . . 2 matches
- ....[[SDL_GetRendererOutputSize]]
.[[SDL_GetRenderTarget]]
.[[SDL_RenderClear]]
.[[SDL_RenderCopy]]
.[[SDL_RenderCopyEx]]
.[[SDL_RenderDrawLine]]
.[[SDL_RenderDrawLines]]
.[[SD...
- 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||
|| |...
- SDL_Texture . . . 1 match
- ...de]]
.[[SDL_GetTextureColorMod]]
.[[SDL_LockTexture]]
.[[SDL_QueryTexture]]
.[[SDL_RenderCopy]]
.[[SDL_SetTextureAlphaMod]]
.[[SDL_SetTextureBlendMode]]
.[[SDL_SetTextureCol...
- SDL_RendererInfo . . . 1 match
- ...Flags]]
.[[SDL_TextureModulate]]
== Related Functions ==
.[[SDL_GetRenderDriverInfo]]
.[[SDL_GetRendererInfo]]
.[[SDL_RenderCopy]]
----
[[CategoryStruct]], [[CategoryRender]]...
- SDL_Rect . . . 1 match
- ...unds]]
.[[SDL_HasIntersection]]
.[[SDL_IntersectRect]]
.[[SDL_LockTexture]]
.[[SDL_RenderCopy]]
.[[SDL_RenderDrawRect]]
.[[SDL_RenderDrawRects]]
.[[SDL_RenderReadPixels]]
....
- 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...
