Age | Commit message (Collapse) | Author |
|
|
|
Otherwise you have to type a lot of get_instance.
|
|
|
|
This will be important to optimization passes. We don't want to
dead-code eliminate writes to out varyings, or propagate uninitialized
values of uniforms.
|
|
|
|
This causes the following tests to pass:
shaders/glsl-tex-mvp.vert
|
|
|
|
|
|
|
|
|
|
Fixes glsl-color.frag.
|
|
|
|
|
|
|