Wiki Page Content

Results 501 - 525 of 563 results out of about 6839 pages. (6.38 seconds)

SDL_CreateTextureFromSurface . . . 1 match
...o query the pixel format of the texture. == Related Functions == .[[SDL_CreateTexture]] .[[SDL_DestroyTexture]] .[[SDL_QueryTexture]] ---- [[CategoryAPI]], [[CategoryRender]]...

1.9k - rev: 28 (current) last modified: 2017-08-11 23:59:53

SDL_CreateTexture . . . 1 match
...ture. == Related Functions == .[[SDL_CreateTextureFromSurface]] .[[SDL_DestroyTexture]] .[[SDL_QueryTexture]] .[[SDL_UpdateTexture]] ---- [[CategoryAPI]], [[CategoryRender]]...

3.3k - rev: 29 (current) last modified: 2016-04-10 22:54:56

SDL_CreateSystemCursor . . . 1 match
... is available since SDL 2.0.0. == Related Functions == .[[SDL_FreeCursor]] ---- [[CategoryAPI]], [[CategoryMouse]] ##See the Style Guide for instructions on editing the footer....

1.7k - rev: 4 (current) last modified: 2016-04-15 21:50:30

SDL_CreateSoftwareRenderer . . . 1 match
..._CreateRenderer]]()<<BR>>2) [[SDL_CreateWindowAndRenderer]]() == Related Functions == .[[SDL_CreateRenderer]] .[[SDL_DestroyRenderer]] ---- [[CategoryAPI]], [[CategoryRender]]...

3.1k - rev: 10 (current) last modified: 2016-03-31 22:22:10

SDL_CreateSemaphore . . . 1 match
...nctions == .[[SDL_DestroySemaphore]] .[[SDL_SemPost]] .[[SDL_SemTryWait]] .[[SDL_SemValue]] .[[SDL_SemWait]] .[[SDL_SemWaitTimeout]] ---- [[CategoryAPI]], [[CategoryMutex]]...

1.5k - rev: 9 (current) last modified: 2013-08-12 05:40:21

SDL_CreateRenderer . . . 1 match
...= Related Functions == .[[SDL_CreateSoftwareRenderer]] .[[SDL_DestroyRenderer]] .[[SDL_GetNumRenderDrivers]] .[[SDL_GetRendererInfo]] ---- [[CategoryAPI]], [[CategoryRender]]...

2.2k - rev: 33 (current) last modified: 2014-11-11 02:06:24

SDL_CreateRGBSurfaceWithFormatFrom . . . 1 match
...RGBSurfaceWithFormat]] .[[SDL_FreeSurface]] ##Remove this section if empty ---- [[CategoryAPI]], [[CategorySurface]] ##See the Style Guide for instructions on editing the footer...

3.2k - rev: 7 (current) last modified: 2016-10-20 20:45:29

SDL_CreateRGBSurfaceWithFormat . . . 1 match
...urfaceWithFormatFrom]] .[[SDL_FreeSurface]] ##Remove this section if empty ---- [[CategoryAPI]], [[CategorySurface]] ##See the Style Guide for instructions on editing the footer...

1.9k - rev: 6 (current) last modified: 2016-10-20 20:43:22

SDL_CreateRGBSurfaceFrom . . . 1 match
... free the pixel data. == Related Functions == .[[SDL_CreateRGBSurface]] .[[SDL_CreateRGBSurfaceWithFormatFrom]] .[[SDL_FreeSurface]] ---- [[CategoryAPI]], [[CategorySurface]]...

3.4k - rev: 15 (current) last modified: 2016-10-20 20:40:54

SDL_CreateRGBSurface . . . 1 match
...fferent `blendMode`. == Related Functions == .[[SDL_CreateRGBSurfaceFrom]] .[[SDL_CreateRGBSurfaceWithFormat]] .[[SDL_FreeSurface]] ---- [[CategoryAPI]], [[CategorySurface]]...

3.0k - rev: 15 (current) last modified: 2016-10-20 20:36:00

SDL_CreateMutex . . . 1 match
...DL mutexes are reentrant. == Related Functions == .[[SDL_DestroyMutex]] .[[SDL_LockMutex]] .[[SDL_TryLockMutex]] .[[SDL_UnlockMutex]] ---- [[CategoryAPI]], [[CategoryMutex]]...

1.0k - rev: 14 (current) last modified: 2015-08-21 21:22:59

SDL_CreateCursor . . . 1 match
...elve readily available system cursors to pick from. == Related Functions == .[[SDL_FreeCursor]] .[[SDL_SetCursor]] .[[SDL_ShowCursor]] ---- [[CategoryAPI]], [[CategoryMouse]]...

4.9k - rev: 19 (current) last modified: 2017-07-14 21:57:48

SDL_CreateCond . . . 1 match
...' == Related Functions == .[[SDL_CondBroadcast]] .[[SDL_CondSignal]] .[[SDL_CondWait]] .[[SDL_CondWaitTimeout]] .[[SDL_DestroyCond]] ---- [[CategoryAPI]], [[CategoryMutex]]...

1.1k - rev: 10 (current) last modified: 2014-01-11 13:50:10

SDL_CreateColorCursor . . . 1 match
...s here'' == Version == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_CreateCursor]] .[[SDL_FreeCursor]] ---- [[CategoryAPI]], [[CategoryMouse]]...

2.3k - rev: 5 (current) last modified: 2016-04-15 21:44:51

SDL_ConvertSurfaceFormat . . . 1 match
...L_PixelFormatEnum, , , from="=== Pixel Format Values ===", to="== Code Examples ==")>> == Related Functions == .[[SDL_ConvertSurface]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.1k - rev: 2 (current) last modified: 2013-08-08 21:02:27

SDL_ConvertSurface . . . 1 match
...ure blits, making them faster. == Related Functions == .[[SDL_AllocFormat]] .[[SDL_ConvertSurfaceFormat]] .[[SDL_CreateRGBSurface]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.5k - rev: 18 (current) last modified: 2020-03-10 19:12:34

SDL_ConvertPixels . . . 1 match
...wing [[SDL_PixelFormatEnum]] values: <<Include(SDL_PixelFormatEnum, , , from="=== Pixel Format Values ===", to="== Code Examples ==")>> ---- [[CategoryAPI]], [[CategorySurface]]...

1.5k - rev: 6 (current) last modified: 2011-01-05 18:25:50

SDL_ConvertAudio . . . 1 match
...tes. Any bytes in the buffer past '''len_cvt''' are undefined once this function returns. == Related Functions == .[[SDL_BuildAudioCVT]] ---- [[CategoryAPI]], [[CategoryAudio]]...

2.6k - rev: 24 (current) last modified: 2014-01-19 12:33:59

SDL_CondWaitTimeout . . . 1 match
...ction. == Related Functions == .[[SDL_CondBroadcast]] .[[SDL_CondSignal]] .[[SDL_CondWait]] .[[SDL_CreateCond]] .[[SDL_DestroyCond]] ---- [[CategoryAPI]], [[CategoryMutex]]...

2.0k - rev: 10 (current) last modified: 2015-04-26 19:06:12

SDL_CondWait . . . 1 match
... == Related Functions == .[[SDL_CondBroadcast]] .[[SDL_CondSignal]] .[[SDL_CondWaitTimeout]] .[[SDL_CreateCond]] .[[SDL_DestroyCond]] ---- [[CategoryAPI]], [[CategoryMutex]]...

1.3k - rev: 13 (current) last modified: 2015-04-26 19:04:51

SDL_CondSignal . . . 1 match
...' == Related Functions == .[[SDL_CondBroadcast]] .[[SDL_CondWait]] .[[SDL_CondWaitTimeout]] .[[SDL_CreateCond]] .[[SDL_DestroyCond]] ---- [[CategoryAPI]], [[CategoryMutex]]...

0.8k - rev: 9 (current) last modified: 2015-04-26 19:03:17

SDL_CondBroadcast . . . 1 match
...re'' == Related Functions == .[[SDL_CondSignal]] .[[SDL_CondWait]] .[[SDL_CondWaitTimeout]] .[[SDL_CreateCond]] .[[SDL_DestroyCond]] ---- [[CategoryAPI]], [[CategoryMutex]]...

1.3k - rev: 10 (current) last modified: 2015-04-26 19:03:53

SDL_ComposeCustomBlendMode . . . 1 match
...unctions == .[[SDL_SetRenderDrawBlendMode]] .[[SDL_GetRenderDrawBlendMode]] .[[SDL_SetTextureBlendMode]] .[[SDL_GetTextureBlendMode]] ---- [[CategoryAPI]], [[CategoryRender]]...

4.7k - rev: 1 (current) last modified: 2017-09-27 15:55:56

SDL_CompilerBarrier . . . 1 match
...s function is used in [[SDL_AtomicGet]]() and [[SDL_AtomicGetPtr]](). == Related Functions == .[[SDL_AtomicGet]] .[[SDL_AtomicGetPtr]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.8k - rev: 3 (current) last modified: 2011-02-02 18:32:36

SDL_CloseAudioDevice . . . 1 match
... closed, and is eligible for reuse in a new [[SDL_OpenAudioDevice]]() call immediately. == Related Functions == .[[SDL_OpenAudioDevice]] ---- [[CategoryAPI]], [[CategoryAudio]]...

1.2k - rev: 6 (current) last modified: 2013-08-08 04:39:39

Previous 16 17 18 19 20 21 22 23 Next
(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit