29 lines
990 B
Plaintext
29 lines
990 B
Plaintext
http://wiki.libsdl.org/moin.cgi/CategoryVideo
|
|
SDL_CreateWindowFrom -- takes a void*
|
|
SDL_GetClosestDisplayMode -- maybe later
|
|
SDL_GetWindowData -- returns void*
|
|
SDL_SetWindowData -- takes void*
|
|
SDL_GetWindowFromID -- no use in class based approach?
|
|
SDL_GetWindowSurface -- can't be used with rendering API
|
|
SDL_UpdateWindowSurface -- ditto
|
|
SDL_UpdatewindowSurfaceRects -- ditto
|
|
SDL_GetWindowWMInfo -- window WM info not being used
|
|
SDL_SetWindowDisplayMode -- add later
|
|
SDL_SetWindowIcon -- later
|
|
SDL_SetWindowFullscreen -- later
|
|
SDL_VideoInit -- later
|
|
SDL_VideoQuit -- later
|
|
SDL_GL_* -- later?
|
|
|
|
CategoryRender
|
|
SDL_CreateSoftwareRenderer
|
|
SDL_CreateTexture, SDL_CreateTextureFromSurface, SDL_DestroyTexture, SDL_DirtyTexture
|
|
SDL_GetRenderDrawBlendMode
|
|
SDL_GetTextureAlphaMod
|
|
SDL_GetTextureBlendMode
|
|
SDL_GetTextureColorMode
|
|
SDL_LockTexture
|
|
SDL_QueryTexture
|
|
SDL_QueryTexturePixels
|
|
SDL_RenderCopy
|