Pavlo Penenko
Pavlo Penenko
https://github.com/microsoft/DirectXShaderCompiler/blob/main/utils/hct/hctgen.py
Resolves #5.
Hey @rys, just wanted to check if you had some time to review this. Thanks!
Bump :-)
This seems easy, I'll make a PR.
https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements
Augmented assignments currently expand to a combination of an arithmetic operation and a plain assignment in the target language (as seen in https://github.com/ppenenko/metashade/blob/master/tests/out/test_augmented_add.hlsl), which is probably OK in HLSL because...
PR #39 has the fix.
Passed EasyCLA.