Replies: 3 comments 1 reply
-
Is there a parameter that allows the tool not to change the property name? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
It would be possible to do better than this, but only by adopting a multi-pass architecture with more intermediate representations which can determine the whole set of identifiers needing names before writing any of those names, and Naga is designed to be extremely simple since it has to be shipped with applications, so this has not been done. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, my Material_Texture2D_0 property has become Material_Texture2D_0_
and my Material_Texture2D_1 attribute has become Material_Texture2D_1_.
Beta Was this translation helpful? Give feedback.
All reactions