summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-09-17 21:02:31 -0500
committerDave Parks <davep@lindenlab.com>2022-09-17 21:02:31 -0500
commit99fbb2e19c7cd3b7d8588800d8cab34e98a4580b (patch)
tree9219b332cf13b1b0c2b6e15680b9c699328dcbf7
parent655f8d8ee14598a9368d2593533ee190f878b6dd (diff)
RG16F PBR BRDF LUT
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index f07d809495..dd15b63fab 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -1366,7 +1366,7 @@ void LLPipeline::createLUTBuffers()
delete [] ls;
}
- mPbrBrdfLut.allocate(512, 512, GL_RGB16, false, false);
+ mPbrBrdfLut.allocate(512, 512, GL_RG16F, false, false);
mPbrBrdfLut.bindTarget();
gDeferredGenBrdfLutProgram.bind();