mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Accumulation texture
This commit is contained in:
@ -45,7 +45,8 @@ class Shader
|
||||
GLuint _program;
|
||||
GLuint _program_compute;
|
||||
|
||||
GLuint _outputTexture;
|
||||
GLuint _output_texture;
|
||||
GLuint _accumulation_texture;
|
||||
|
||||
GLuint _vertex;
|
||||
GLuint _fragment;
|
||||
|
Reference in New Issue
Block a user