diff options
Diffstat (limited to 'video.hpp')
-rw-r--r-- | video.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -295,6 +295,13 @@ struct Device { Context& acquire(); Context& get_ctx(); + + Texture_Id create_texture( + Texture_Format fmt, + int w, + int h, + Buffer_Id init + ); Texture_Id get_backbuffer(); Texture& get_texture(Texture_Id id); void destroy_texture(Texture_Id id); |