Skip to content
New issue

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

Apply better code style to shader fragments #5

Open
GoogleCodeExporter opened this issue Aug 1, 2015 · 1 comment
Open

Apply better code style to shader fragments #5

GoogleCodeExporter opened this issue Aug 1, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Branch name:
/trunk

Purpose of code changes on this branch:
The following naming scheme for glsl shaders should be applied:
* uniform variables begin with u_: uniform mat4 u_razInverse;
* varying variables begin with v_: out vec4 v_ray;
* attributes begin with a_

After the review, I'll merge this branch into:
/trunk


Original issue reported on code.google.com by costumebrother on 30 Jul 2012 at 9:58

@GoogleCodeExporter
Copy link
Author

Original comment by costumebrother on 30 Jul 2012 at 9:58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant