include/rays/painter.h in rays-0.1.47 vs include/rays/painter.h in rays-0.1.48
- old
+ new
@@ -251,9 +251,23 @@
void set_font (const Font& font);
const Font& font () const;
+ void set_texture (const Image& image);
+
+ void no_texture ();
+
+ const Image& texture () const;
+
+ void set_texcoord_mode (TexCoordMode mode);
+
+ TexCoordMode texcoord_mode () const;
+
+ void set_texcoord_wrap (TexCoordWrap wrap);
+
+ TexCoordWrap texcoord_wrap () const;
+
void set_shader (const Shader& shader);
void no_shader ();
const Shader& shader () const;