Results 1 - 8 of 8 results out of about 6839 pages. (4.65 seconds)
- SDL_PixelFormatEnum . . . 2 matches
- ...eateTexture, SDL_RenderWritePixels, SDL_RenderReadPixels, SDL_QueryTexture, SDL_CreateTextureFromSurface, SDL_AllocFormat. Any changes between these comments will be reflected the...
- MigrationGuide . . . 2 matches
- .... But a more convenient solution might be:
{{{#!highlight cpp
sdlTexture = SDL_CreateTextureFromSurface(sdlRenderer, mySurface);
}}}
Use this, and you load your [[SDL_Surface]] a...
- GuiaDeMigracion . . . 2 matches
- ...idas veces. Pero sería una mejor solución:
{{{#!highlight cpp
sdlTexture = SDL_CreateTextureFromSurface(sdlRenderer, mySurface);
}}}
De esta manera, cargas tu [[SDL_Surface]] de ...
- SDL_Texture . . . 1 match
- ...useful comments here''
== Related Functions ==
.[[SDL_CreateTexture]]
.[[SDL_CreateTextureFromSurface]]
.[[SDL_DestroyTexture]]
.[[SDL_GetTextureAlphaMod]]
.[[SDL_GetTextureB...
- SDL_Renderer . . . 1 match
- ...eateRenderer]]
.[[SDL_CreateSoftwareRenderer]]
.[[SDL_CreateTexture]]
.[[SDL_CreateTextureFromSurface]]
.[[SDL_CreateWindowAndRenderer]]
.[[SDL_DestroyRenderer]]
.[[SDL_GetRe...
- SDL_DestroyTexture . . . 1 match
- ...e will set the SDL error message to "Invalid texture".
== Related Functions ==
.[[SDL_CreateTexture]]
.[[SDL_CreateTextureFromSurface]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_CreateTexture . . . 1 match
- ...R_SCALE_QUALITY]] before creating the texture.
== Related Functions ==
.[[SDL_CreateTextureFromSurface]]
.[[SDL_DestroyTexture]]
.[[SDL_QueryTexture]]
.[[SDL_UpdateTexture]]
...
- 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...
