uiacceltk/hitchcock/coretoolkit/inc/HuiRenderSurface.h
branchRCL_3
changeset 3 d8a3531bc6b8
parent 0 15bf7259bb7c
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
   102      * Swaps the back buffer to the front.
   102      * Swaps the back buffer to the front.
   103      */
   103      */
   104     virtual void SwapBuffers() = 0;
   104     virtual void SwapBuffers() = 0;
   105 
   105 
   106     /**
   106     /**
       
   107      * Synchronizes the context. All rendering calls for the currently bound context are guaranteed 
       
   108      * to be executed, when thsi method returns.
       
   109      */
       
   110     virtual void Finish() = 0;
       
   111 
       
   112     /**
   107      * Binds a texture to the surface to be used during subsequent drawing
   113      * Binds a texture to the surface to be used during subsequent drawing
   108      * operations.
   114      * operations.
   109      *
   115      *
   110      * In practice, the texture is bound to the rendering context
   116      * In practice, the texture is bound to the rendering context
   111      * of this render surface. When something is drawn in the surface's 
   117      * of this render surface. When something is drawn in the surface's