X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fmixer%2Fgpu%2Fogl_device.h;h=d1fb65b2dae6e442bd4220c2387b7a904e8d75c7;hb=116e09a218cf056e4de868454b0fe26dc4db1413;hp=ad5908c3b4dc201093216cb57ef770a8f6b22440;hpb=a8e71e9b2452413398ac10f0b6e2dea41cecdec5;p=casparcg diff --git a/core/mixer/gpu/ogl_device.h b/core/mixer/gpu/ogl_device.h index ad5908c3b..d1fb65b2d 100644 --- a/core/mixer/gpu/ogl_device.h +++ b/core/mixer/gpu/ogl_device.h @@ -93,7 +93,8 @@ public: void begin_read(host_buffer& dest, device_buffer& source); void begin_read(device_buffer& dest, host_buffer& source); - void blend_func_separate(int c1, int c2, int a1, int a2); + void blend_func(int c1, int c2, int a1, int a2); + void blend_func(int c1, int c2); void use(shader& shader);