Results 1 - 13 of 13 results out of about 6839 pages. (3.96 seconds)
- SDL_GL_BindTexture . . . 25 matches
- ...tly.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_GL_BindTexture(SDL_Texture* texture,
float* texw,
float* ...
- GuiaDeMigracion . . . 13 matches
- ...egia. SDL2 sigue teniendo [[SDL_Surface]] pero, de ser posible, deberÃas utilizar [[SDL_Texture]]. Ahora las "surface" siempre se encuentran en RAM y son controladas por el CPU, a...
- MigrationGuide . . . 12 matches
- ...ategy. SDL2 still has [[SDL_Surface]], but what you want, if possible, is the new [[SDL_Texture]]. Surfaces are always in system RAM now, and are always operated on by the CPU, so...
- SDL_CreateTexture . . . 5 matches
- ...re for a rendering context.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Texture* SDL_CreateTexture(SDL_Renderer* renderer,
Uint32 ...
- SDL_CreateTextureFromSurface . . . 4 matches
- ...e from an existing surface.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Texture* SDL_CreateTextureFromSurface(SDL_Renderer* renderer,
...
- SDL_SetRenderTarget . . . 3 matches
- ...ghlight cpp
int SDL_SetRenderTarget(SDL_Renderer* renderer,
SDL_Texture* texture)
}}}
== Function Parameters ==
||'''renderer'''||the rendering context||...
- SDL_QueryTexture . . . 3 matches
- ...xture.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_QueryTexture(SDL_Texture* texture,
Uint32* format,
int* ...
- SGEnumerations . . . 1 match
- ...f it becomes relevant.||
''Example'': [[SDL_AudioStatus]], [[SDL_HintPriority]], [[SDL_TextureAccess]]
~-[[#ToC|Return to Table of Contents]]-~
<<BR>>
<<BR>>
<<Anchor(footer)>>...
- SDL_RendererInfo . . . 1 match
- ...ations ==
.[[SDL_BlendMode]]
.[[SDL_PixelFormatEnum]]
.[[SDL_RendererFlags]]
.[[SDL_TextureModulate]]
== Related Functions ==
.[[SDL_GetRenderDriverInfo]]
.[[SDL_GetRendere...
- FAQDevelopment . . . 1 match
- ...ternatively, you can use [[CategoryRender|SDL's 2D accelerated render API]] using [[SDL_Texture]] for pure 2D graphics which itself uses either OpenGL or Direct3D for acceleration...
- CategoryStruct . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API Structures =
<<TableOfContents()>>
== Introduction ==
This category contains a...
- CategoryEnum . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API Enumerations =
<<TableOfContents()>>
== Introduction ==
This category contain...
- 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...
