From 469a84c10ba60fba4a513c1b1a0eea600cd7b22f Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Wed, 10 May 2017 18:44:51 +0500 Subject: 2017-05-10 --- graphics/simpleFS.fs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 graphics/simpleFS.fs (limited to 'graphics/simpleFS.fs') diff --git a/graphics/simpleFS.fs b/graphics/simpleFS.fs new file mode 100644 index 0000000..03b3fe0 --- /dev/null +++ b/graphics/simpleFS.fs @@ -0,0 +1,8 @@ +#version 330 core + +out vec4 color; + +void main() +{ + color = vec4(1.0f, 0.5f, 0.2f, 1.0f); +} \ No newline at end of file -- cgit v1.2.3