aboutsummaryrefslogtreecommitdiff
path: root/src/window/Window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window/Window.cpp')
-rw-r--r--src/window/Window.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/window/Window.cpp b/src/window/Window.cpp
index 339df71..0e80456 100644
--- a/src/window/Window.cpp
+++ b/src/window/Window.cpp
@@ -182,6 +182,14 @@ namespace mgl {
return result;
}
+ void Window::set_texture_blend_func() {
+ mgl_window_set_texture_blend_func(&window);
+ }
+
+ void Window::set_render_blend_func() {
+ mgl_window_set_render_blend_func(&window);
+ }
+
WindowHandle Window::get_system_handle() const {
return window.window;
}