validate

Tutorial PreviewValidating shaders, allows us to find errors on run-time instead of the shader failing and producing corrupt output. HLSL does this upon compilation inside XNA, but we have to wait until out shader compiles, which happens at run time.
More
  • March 25, 2010
  • 4