mirror of
https://github.com/OpenFusionProject/scripts.git
synced 2024-11-14 19:20:05 +00:00
Add semantic to f2a struct
This commit is contained in:
parent
916857edc3
commit
2496f04987
@ -80,7 +80,7 @@ struct_v2f = f"""struct v2f {{
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
struct_f2a = """struct f2a {
|
struct_f2a = """struct f2a {
|
||||||
\tfloat4 c0;
|
\tfloat4 c0 : COLOR0;
|
||||||
};
|
};
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user