pulled swapchain out of shaderkernels
This commit is contained in:
@@ -7,7 +7,5 @@ layout(location = 1) out vec4 out_color;
|
||||
|
||||
void main() {
|
||||
out_color = color;
|
||||
|
||||
gl_Position = vec4(position, 0.0, 1.0);
|
||||
tex_coords = position;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user