speedy
09-06-2006, 08:32 PM
I can't get NVShaderPerf 81.95 to output assembly for glsl vertex shaders. :(
Pixel shaders are working correctly with .glsl file extension but not with -type glsl_ps.
Is this a bug in nvshaderperf or I am doing something wrong? :confused:
Repro steps:
1. create simple.glslvp with:
void main()
{
gl_Position = ftransform();
}
2. in command prompt type:
prompt> nvshaderperf.exe -type glsl_vs simple.glslvp
--------------------------------------------------------------------------------
Running performance on file simple.glslvp
prompt>
Pixel shaders are working correctly with .glsl file extension but not with -type glsl_ps.
Is this a bug in nvshaderperf or I am doing something wrong? :confused:
Repro steps:
1. create simple.glslvp with:
void main()
{
gl_Position = ftransform();
}
2. in command prompt type:
prompt> nvshaderperf.exe -type glsl_vs simple.glslvp
--------------------------------------------------------------------------------
Running performance on file simple.glslvp
prompt>