Subversion Repositories AndroidProjects

Rev

Rev 37 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.gebauz.framework.util;

public class RenderTexture
{
       
        public RenderTexture()
        {
               
        }

        /** Activate for rendering to render target. */
        public void activate()
        {
               
        }
       
        /** Deactivate render target. */
        public void deactivate()
        {
               
        }
       
       

}