[PATCH 5/5] d3dcompiler: Parse variable declarations.

Stefan Dösinger stefandoesinger at gmx.at
Tue Jun 5 01:53:08 CDT 2012


Am Montag, 4. Juni 2012, 17:58:24 schrieb Matteo Bruni:
> +struct hlsl_type
> +{
> ...
> +    unsigned int dimx;
> +    unsigned int dimy;
> ...
> +};
One thing I noticed when I wrote my compiler was that a float1x1 is not the 
same as a float1 or float. I did not implement this difference nor do I know 
if any games depend on it.

(That's no reason to hold up this patch, just something to keep in mind for 
further work)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20120605/c7f73ed8/attachment.pgp>


More information about the wine-devel mailing list