Files
engine/tests
shensi.zxd 2f6712a1d9 fix(shader-lab): transform struct member access in #define values during CodeGen
When #define values contain struct member access like `o.v_uv` (where `o` is
a Varyings/Attributes/MRT struct variable), the CodeGen now correctly transforms
them to just the property name (e.g. `v_uv`), matching the behavior of direct
struct member access in regular code. Closes #2944.
2026-03-26 23:13:17 +08:00
..
2026-03-23 17:55:13 +08:00