patriciogonzalezvivo / glslEditor

Simple WebGL Fragment Shader Editor

Home Page:http://editor.thebookofshaders.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backbuffer uniform

Chosko opened this issue · comments

Is there a way to get the backbuffer as a sampler2D uniform?

Hi! glslEditor share most of the features that glslViewer... please take a look on how to use multiple buffers using #define BUFFER0, BUFFER1, etc... https://github.com/patriciogonzalezvivo/glslViewer

Thank you!