This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERTEX | |
#version 450 | |
#extension GL_ARB_separate_shader_objects : enable | |
layout(location = 0) out vec3 fragColor; | |
vec2 positions[3] = vec2[]( | |
vec2(0.0, -0.5), | |
vec2(0.5, 0.5), |