uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10PBufferSurface.h
changeset 13 8f67d927ea57
parent 0 15bf7259bb7c
equal deleted inserted replaced
0:15bf7259bb7c 13:8f67d927ea57
   116      * Pbuffers consist of a single buffer only, so swapping has no effect.
   116      * Pbuffers consist of a single buffer only, so swapping has no effect.
   117      */
   117      */
   118     void SwapBuffers();
   118     void SwapBuffers();
   119 
   119 
   120     /**
   120     /**
       
   121      * Synchronizes the context. All rendering calls for the currently bound context are guaranteed 
       
   122      * to be executed, when thsi method returns.
       
   123      */
       
   124     void Finish();
       
   125 
       
   126     /**
   121      * Binds a texture to the surface to be used during subsequent drawing
   127      * Binds a texture to the surface to be used during subsequent drawing
   122      * operations.
   128      * operations.
   123      */
   129      */
   124     void BindTexture(TInt aTextureUnit,
   130     void BindTexture(TInt aTextureUnit,
   125                              const MHuiSegmentedTexture& aTexture,
   131                              const MHuiSegmentedTexture& aTexture,