Instruction Count Report
The ShaderFX Instruction Count Report allows you to quickly get an idea for the performance of your shader and fine-tune the shader's configuration to run as fast as possible on your target platform. The report gives you the number of vertex shader and pixel shader instructions that your current shader is using, and breaks the instruction counts down by passes so you can see where the bottlenecks are.
This useful data helps you to know right away if you can continue to add additional features to your shader, or if you need to pare things back to achieve the performance you're looking for. In real-time applications, performance is the most important factor. With the ShaderFX Instruction Count Report - you are in control of your shader performance.
|