diff options
| author | Matthew Kosarek <mattkae@protonmail.com> | 2021-02-06 18:39:48 -0500 |
|---|---|---|
| committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-02-06 18:39:48 -0500 |
| commit | 376e1a7f9207fffb1ec3027ac1e7f32db5de4922 (patch) | |
| tree | 8bc6c381a10d8b62ff33cdcff6daa1d17cee0f9a /frontend/_rigidbody/shaders/orthographic.frag | |
Initial commit
Diffstat (limited to 'frontend/_rigidbody/shaders/orthographic.frag')
| -rw-r--r-- | frontend/_rigidbody/shaders/orthographic.frag | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/_rigidbody/shaders/orthographic.frag b/frontend/_rigidbody/shaders/orthographic.frag new file mode 100644 index 0000000..84b6b2e --- /dev/null +++ b/frontend/_rigidbody/shaders/orthographic.frag @@ -0,0 +1,5 @@ +varying lowp vec4 VertexColor; + +void main() { + gl_FragColor = VertexColor; +}
\ No newline at end of file |
