Stefan Dösinger stefan@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.