X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fvframe.h;h=f0d8877727f41543be4551fe294f85d7d63e39b2;hb=21b49090a36821cfe97bdfc573c7fbacc80653d1;hp=575968916c302476241c2bd5a7d966a38cd8df5f;hpb=5820b5f022aeec75ec03f7dd0121aa8a3d7f7590;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/vframe.h b/cinelerra-5.1/guicast/vframe.h index 57596891..f0d88777 100644 --- a/cinelerra-5.1/guicast/vframe.h +++ b/cinelerra-5.1/guicast/vframe.h @@ -213,8 +213,9 @@ public: // Must be called from a synchronous opengl thread after enable_opengl. void to_texture(); -// Transfer from PBuffer to RAM. Only used after Playback3D::overlay_sync - void to_ram(); +// Transfer from PBuffer to RAM. +// used in Playback3D::overlay_sync, plugin Overlay::handle_opengl + void screen_to_ram(); // Transfer contents of current pbuffer to texture, // creating a new texture if necessary.