diff options
| author | Matthew Kosarek <matthew.kosarek@vention.cc> | 2021-02-23 19:39:16 -0500 |
|---|---|---|
| committer | Matthew Kosarek <matthew.kosarek@vention.cc> | 2021-02-23 19:39:16 -0500 |
| commit | f0d1398b0d1b1a7c5bd1d4e0b3488b7f1aa74364 (patch) | |
| tree | 4279b063052fb71ef5ff34a2f2f93d5c7b870b98 /frontend/_shared/2d/shaders/orthographic.frag | |
| parent | ece2b67aa689aee0b881bac17a62c16e0469bc56 (diff) | |
Big rework of the directory structure to make it more orderly for my brain
Diffstat (limited to 'frontend/_shared/2d/shaders/orthographic.frag')
| -rw-r--r-- | frontend/_shared/2d/shaders/orthographic.frag | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/_shared/2d/shaders/orthographic.frag b/frontend/_shared/2d/shaders/orthographic.frag new file mode 100644 index 0000000..84b6b2e --- /dev/null +++ b/frontend/_shared/2d/shaders/orthographic.frag @@ -0,0 +1,5 @@ +varying lowp vec4 VertexColor; + +void main() { + gl_FragColor = VertexColor; +}
\ No newline at end of file |
