From 8e90f2bc1fa35a2dc7bd2aab8b8241b628800218 Mon Sep 17 00:00:00 2001 From: Alex Sakhartchouk Date: Fri, 1 Apr 2011 14:19:01 -0700 Subject: First draft of fbo in renderscript. Updating samples and benchmark Change-Id: I469bf8b842fca72b59475c8fa024c12cf0e14954 --- libs/rs/rsContext.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/rs/rsContext.cpp') diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp index c761c75e16b7..d727ba1daaaa 100644 --- a/libs/rs/rsContext.cpp +++ b/libs/rs/rsContext.cpp @@ -409,6 +409,7 @@ bool Context::setupCheck() { mFragment->setupGL2(this, &mStateFragment, &mShaderCache); mRaster->setupGL2(this, &mStateRaster); mVertex->setupGL2(this, &mStateVertex, &mShaderCache); + mFBOCache.setupGL2(this); return true; } -- cgit v1.2.3-59-g8ed1b