The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

SDL_Flip (3)
  • >> SDL_Flip (3) ( Разные man: Библиотечные вызовы )
  •  

    NAME

    SDL_Flip- Swaps screen buffers
     
    

    SYNOPSIS

    #include "SDL.h"

    int SDL_Flip(SDL_Surface *screen);  

    DESCRIPTION

    On hardware that supports double-buffering, this function sets up a flip and returns. The hardware will wait for vertical retrace, and then swap video buffers before the next video surface blit or lock will return. On hardware that doesn't support double-buffering, this is equivalent to calling SDL_UpdateRect(screen, 0, 0, 0, 0)

    The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode, when setting the video mode for this function to perform hardware flipping.  

    RETURN VALUE

    This function returns 0 if successful, or -1 if there was an error.  

    SEE ALSO

    SDL_SetVideoMode, SDL_UpdateRect, SDL_Surface


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUE
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру