Results 1 - 5 of 5 results out of about 6839 pages. (3.77 seconds)
- SDL_AllocFormat . . . 3 matches
- ...
= SDL_AllocFormat =
Use this function to create an [[SDL_PixelFormat]] structure corresponding to a pixel format.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Pix...
- SDL_FreeFormat . . . 2 matches
- ...ormat =
Use this function to free an [[SDL_PixelFormat]] structure allocated by [[SDL_AllocFormat]].
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_FreeFormat(SD...
- SDL_ConvertSurface . . . 2 matches
- ...les ==
{{{#!highlight cpp
// SDL_Surface *input = ...;
SDL_PixelFormat *format = SDL_AllocFormat(SDL_PIXELFORMAT_RGBA32);
SDL_Surface *output = SDL_ConvertSurface(input, format, ...
- CategoryPixels . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Pixel Formats and Conversion Routines =
'''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...
