예제 #1
0
        private void PrepareShaderProgram()
        {
            if (program != null)
            {
                return;
            }

            program = new DepthBufferProgram(skinEnabled);
        }
예제 #2
0
 public void Invalidate()
 {
     program = null;
 }