d3dx9_36 [patch 1/2]: Implement D3DXSHEvalDirectionalLight

Henri Verbeet hverbeet at gmail.com
Fri Sep 14 07:23:14 CDT 2012


On 14 September 2012 14:04, Rico Schüller <kgbricola at web.de> wrote:
> +    FLOAT s, temp[max( 1, order * order )];
> Is this allowed in c and does it really work the way one would expect?
>
It is in C99 (look into VLAs), but Wine doesn't allow C99 features.



More information about the wine-devel mailing list