We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typedef struct { float x; float y; float z; float w; }vec3;
Once again one could argue it's a vec4 but as w isn't normally being used I've named it vec3 for a more intuitive workflow.
There was an error while loading. Please reload this page.