11 Jun
2020
11 Jun
'20
8:04 p.m.
On 6/11/20 2:44 PM, Matteo Bruni wrote:
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com> --- I think the most important part WRT externally visible behavior is that you're now returning the HRESULT (which is why you can remove the todo_wine). I'd use something like:
"d3dcompiler: Return an HRESULT from parse_hlsl()."
as commit subject. Not a huge deal though.
True enough, though it's not why I wrote the patch in the first or even second placeāI wanted to be able to write the blob before freeing some data, and then I wanted to be able to write the blob without using the bytecodewriter layer.