diff options
author | Graham Linden <graham@lindenlab.com> | 2013-08-15 10:07:41 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2013-08-15 10:07:41 -0700 |
commit | 80256fdbf5fe444c177be793b12d0da58ce2b608 (patch) | |
tree | 78ca958dd7a82569334d35062b27445b9a737427 /indra/llrender/llrendertarget.h | |
parent | dc63061714b0872a123ca769cd3683ab233c9915 (diff) |
NORSPEC-349 make render targets use original formats when resizing impostors and fix alpha for deferred impostor shader
Diffstat (limited to 'indra/llrender/llrendertarget.h')
-rwxr-xr-x | indra/llrender/llrendertarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llrendertarget.h b/indra/llrender/llrendertarget.h index 66a9874a6b..336441661c 100755 --- a/indra/llrender/llrendertarget.h +++ b/indra/llrender/llrendertarget.h @@ -79,7 +79,7 @@ public: // CAUTION: if the GL runs out of memory attempting to resize, this render target will be undefined // DO NOT use for screen space buffers or for scratch space for an image that might be uploaded // DO use for render targets that resize often and aren't likely to ruin someone's day if they break - void resize(U32 resx, U32 resy, U32 color_fmt); + void resize(U32 resx, U32 resy); //add color buffer attachment //limit of 4 color attachments per render target |