From 7b750db9f95f0f6d52027198c44e164f0508970e Mon Sep 17 00:00:00 2001 From: gsemaj Date: Thu, 11 Aug 2022 15:56:07 -0400 Subject: [PATCH] Update README --- dx2cg/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dx2cg/README.md b/dx2cg/README.md index fb02690..faf528d 100644 --- a/dx2cg/README.md +++ b/dx2cg/README.md @@ -8,3 +8,4 @@ Tools for converting d3d9 shader assembly to HLSL/Cg. - Only vertex shaders with profile `vs_1_1` are supported - Only fragment shaders with profile `ps_2_0` are supported - Only a limited set of instructions (those used by FF and Unity 2.6) are supported +- Properties that don't begin with an underscore do not get captured as locals