Initial work on using framebuffer from GBuffer

This commit is contained in:
2020-03-25 09:18:06 -05:00
parent 9a195fbf68
commit d293772690
5 changed files with 103 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ class IMICFPS
end
def preload_default_shaders
shaders = ["default"]
shaders = ["default", "render_screen"]
shaders.each do |shader|
Shader.new(
name: shader,