Previous topicNext topic

Question about GLSL Rendering Context

Questions, comments, feedback, etc.
Post Reply
bareimage
Posts: 24
Joined: Wed Sep 02, 2015 5:14 am

Question about GLSL Rendering Context

Post by bareimage »

Hello I have most probably what is one of the most moronic questions that has been ever asked.

GLSL is a small program that is ran on your GPU, is this possible to render few different GLSL program to the same context? Or I just simply need to re-write code to have all of what I need to be rendered silmutuaniosly
Magic
Site Admin
Posts: 3676
Joined: Wed Apr 09, 2014 9:28 pm

Re: Question about GLSL Rendering Context

Post by Magic »

Hmm, are you asking about Magic specifically? If so, you don't need to worry about that :). Magic takes care of the rendering context for you. You can have as many GLSLShader modules in a scene as you want.
Post Reply