X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbctexture.h;h=e0aa34852e4d6c6bdcab40e77582fc45058ba9ba;hb=8068cd62fe64d3e6d95d563b4cab15f768411ba9;hp=3063a5faad23e51956013c472d2460e7da6229bd;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bctexture.h b/cinelerra-5.1/guicast/bctexture.h index 3063a5fa..e0aa3485 100644 --- a/cinelerra-5.1/guicast/bctexture.h +++ b/cinelerra-5.1/guicast/bctexture.h @@ -62,7 +62,11 @@ public: int get_texture_h(); int get_texture_components(); int get_window_id(); + void draw_texture( + float in_x1, float in_y1, float in_x2, float in_y2, + float out_x1, float out_y1, float out_x2, float out_y2); + void write_tex(const char *fn); private: void clear_objects();