Pavlo Penenko

Results 9 comments of Pavlo Penenko

https://github.com/microsoft/DirectXShaderCompiler/blob/main/utils/hct/hctgen.py

Hey @rys, just wanted to check if you had some time to review this. Thanks!

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...