Add semantic to f2a struct

This commit is contained in:
gsemaj 2022-08-11 13:21:33 -04:00
parent 916857edc3
commit 2496f04987

View File

@ -80,7 +80,7 @@ struct_v2f = f"""struct v2f {{
"""
struct_f2a = """struct f2a {
\tfloat4 c0;
\tfloat4 c0 : COLOR0;
};
"""