Merge pull request #2321 from ReinUsesLisp/gl-state-rework

gl_state: Rework to enable individual applies
This commit is contained in:
bunnei
2019-04-07 17:50:07 -04:00
committed by GitHub
3 changed files with 408 additions and 423 deletions

View File

@@ -62,7 +62,6 @@ public:
UpdatePipeline();
state.draw.shader_program = 0;
state.draw.program_pipeline = pipeline.handle;
state.geometry_shaders.enabled = (gs != 0);
}
private: