I knew it was simple, I just didn't know you could apply shaders to canvases. Thank you!MrFariator wrote: ↑Thu Sep 22, 2022 4:21 pm You can draw your visuals onto a canvas, and apply the shader as you draw that canvas to the screen.
Search found 2 matches
- Thu Sep 22, 2022 5:24 pm
- Forum: Support and Development
- Topic: [SOLVED] How do I apply shaders to the screen?
- Replies: 2
- Views: 1231
Re: How do I apply shaders to the screen?
- Thu Sep 22, 2022 1:22 pm
- Forum: Support and Development
- Topic: [SOLVED] How do I apply shaders to the screen?
- Replies: 2
- Views: 1231
[SOLVED] How do I apply shaders to the screen?
This might be a very simple process but I've not seen it documented clearly. Ok, so I've been coding some shaders but I only know how to apply it to textured objects (idk the correct terminology) but I need to have the shader be applied to the entire screen. I've been thinking of using screenshots b...