Previous topicNext topic

GLSL Shaders as an overlay or texture

Questions, comments, feedback, etc.
Post Reply
ExplosiveOne1
Posts: 9
Joined: Thu Aug 06, 2020 2:10 pm

GLSL Shaders as an overlay or texture

Post by ExplosiveOne1 »

Is it possible to use the GLSL Shaders as an overlay or texture on another video file? If so, how would I do that?
Sadler
Posts: 1139
Joined: Sat Aug 02, 2014 7:10 pm
Location: London, UK

Re: GLSL Shaders as an overlay or texture

Post by Sadler »

You can blend any two modules together with the Blend module. It has many blend modes including 'overlay'.
Post Reply