Results 1 - 10 of 10 results out of about 6839 pages. (4.01 seconds)
- SDL_LoadBMP_RW . . . 2 matches
- ... your code example here
}}}
== Remarks ==
The new surface should be freed with [[SDL_FreeSurface]]().
== Related Functions ==
.[[SDL_FreeSurface]]
.[[SDL_LoadBMP]]
.[[SDL_Sav...
- SDL_CreateRGBSurfaceWithFormatFrom . . . 2 matches
- ...ith the surface ...
// ...
// when you don't need the surface anymore, free it..
SDL_FreeSurface(surf);
// .. *and* the data used by the surface!
stbi_image_free(data);
}}}
== ...
- SDL_CreateRGBSurfaceFrom . . . 2 matches
- ...ith the surface ...
// ...
// when you don't need the surface anymore, free it..
SDL_FreeSurface(surf);
// .. *and* the data used by the surface!
stbi_image_free(data);
}}}
== R...
- SGFunctions . . . 1 match
- ... Delete the entire Return Value section, including the header.||
||''Example'': [[SDL_FreeSurface]]()||
Otherwise, '''return values follow this basic format:'''
{{{
Returns <so...
- SDL_Surface . . . 1 match
- ...e]]
. [[SDL_CreateRGBSurfaceFrom]]
. [[SDL_FillRect]]
. [[SDL_FillRects]]
. [[SDL_FreeSurface]]
. [[SDL_GetClipRect]]
. [[SDL_GetColorKey]]
. [[SDL_GetSurfaceAlphaMod]]
. ...
- SDL_LoadBMP . . . 1 match
- ...rom="== Remarks ==", to="== Related Functions ==")>>
== Related Functions ==
.[[SDL_FreeSurface]]
.[[SDL_LoadBMP_RW]]
.[[SDL_SaveBMP]]
----
[[CategoryAPI]], [[CategorySurface...
- SDL_CreateRGBSurfaceWithFormat . . . 1 match
- ...ctions ==
.[[SDL_CreateRGBSurface]]
.[[SDL_CreateRGBSurfaceWithFormatFrom]]
.[[SDL_FreeSurface]]
##Remove this section if empty
----
[[CategoryAPI]], [[CategorySurface]]
##See...
- SDL_CreateRGBSurface . . . 1 match
- ...fferent `blendMode`.
== Related Functions ==
.[[SDL_CreateRGBSurfaceFrom]]
.[[SDL_CreateRGBSurfaceWithFormat]]
.[[SDL_FreeSurface]]
----
[[CategoryAPI]], [[CategorySurface]]...
- CategorySurface . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Surface Creation and Simple Drawing =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/fil...
- 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...
