http://bugs.winehq.org/show_bug.cgi?id=33979
Christian Costa titan.costa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |titan.costa@gmail.com
--- Comment #3 from Christian Costa titan.costa@gmail.com 2013-07-07 16:14:28 CDT --- The shader uses: float4x4 gViewProj : register( c0 ); float4x3 gWorld[40] : register( c5 );
Mapping a variable to a register is not yet supported by the parser.