diff options
author | richard <none@none> | 2009-11-11 12:01:17 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-11 12:01:17 -0800 |
commit | 854e2eaf9a2ab150a820b28944363b6212ec7aae (patch) | |
tree | 5b1376050eb90ffa44e67499086025c107d770a8 /indra/newview/pipeline.h | |
parent | abc76784d5f172d992ad892398939b780374dcb4 (diff) |
added viewports to LLRenderTarget to speed up animation of sidetray
reviewed by Leyla
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index ce50a37405..9193e19bb1 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -111,7 +111,7 @@ public: void resizeScreenTexture(); void releaseGLBuffers(); void createGLBuffers(); - void allocateScreenBuffer(U32 resX, U32 resY); + void allocateScreenBuffer(U32 resX, U32 resY, U32 viewport_width, U32 viewport_height); void resetVertexBuffers(LLDrawable* drawable); void setUseVBO(BOOL use_vbo); |