We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When enabling autoproto with #pragma autoproto, compilation fails on struct declarations:
autoproto
#pragma autoproto
struct
compiling qc/cl_defs.qc qc/cl_defs.qc:1636: error: struct trisoup_simple_vert_s is already defined
Line 1636 is:
typedef struct trisoup_simple_vert_s {vec3 xyz;vec2 st;vec4 rgba;} trisoup_simple_vert_t;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When enabling
autoproto
with#pragma autoproto
, compilation fails onstruct
declarations:Line 1636 is:
The text was updated successfully, but these errors were encountered: