mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:25:31 +02:00
Remove commented-out code
This commit is contained in:
parent
b469cdfda2
commit
b2e736da70
1 changed files with 0 additions and 1 deletions
|
@ -490,7 +490,6 @@ gpu::PipelinePointer DebugSubsurfaceScattering::getShowLUTPipeline() {
|
|||
gpu::ShaderPointer program = gpu::Shader::createProgram(vs, ps);
|
||||
|
||||
gpu::Shader::BindingSet slotBindings;
|
||||
//gpu::Shader::makeProgram(*program, slotBindings);
|
||||
|
||||
gpu::StatePointer state = gpu::StatePointer(new gpu::State());
|
||||
|
||||
|
|
Loading…
Reference in a new issue