예제 #1
0
        public PostProcessRenderer(GraphicsDevice device, ContentManager content, string shaderPath)
        {
            mDevice = device;

            mShader = new PostProcessShader(content, shaderPath);
        }