[1/5] WineD3D: rsq and rcp use the .w component if no swizzle is given

Alexandre Julliard julliard at winehq.org
Mon Jul 2 13:57:06 CDT 2007


Stefan Dösinger <stefan at codeweavers.com> writes:

> Updates the comment why the shader comment is needed - tests showed that the 
> shaders have to have a minimal size on windows.

If the comment is only needed for size then you could use some padding
instead of the actual string. If the string is needed then you should
declare it as a string and copy it, not as an array of DWORDs, that
will be a pain to maintain or grep.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list