Replies: 3 comments 1 reply
|
Is there a parameter that allows the tool not to change the property name? |
0 replies
|
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. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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_.
All reactions