Ejemplo n.º 1
0
        protected override void LoadContent()
        {
            // Create a new SpriteBatch, which can be used to draw textures.
            spriteBatch = new SpriteBatch(GraphicsDevice);

            DeferredRenderer = new DeferredShader(GraphicsDevice, Content, spriteBatch);
        }