CX
CX
i tried to install nvdiffrec on my computer and failed when the version of VS was 16.11, and it worked when i reinstall VS2019 16.9.4 the fail was like "ninja...
I tried to traverse the AST of a hlsl file using IDxcCursor and i want to build a tree using the information gotten by the cursor. But i didn't found...
I'm puzzled about how to use IDxcCursor to traverse AST, i have read the Wiki and i didn't find anything about CompilationResult which uses IDxcCursor to traverse the AST(perhaps i...