diff options
author | Dave Parks <davep@lindenlab.com> | 2022-09-17 21:02:31 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-09-17 21:02:31 -0500 |
commit | 99fbb2e19c7cd3b7d8588800d8cab34e98a4580b (patch) | |
tree | 9219b332cf13b1b0c2b6e15680b9c699328dcbf7 /indra/newview | |
parent | 655f8d8ee14598a9368d2593533ee190f878b6dd (diff) |
RG16F PBR BRDF LUT
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
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(); |