Got something working. Need to test and verify I'm getting the data from the compute kernel

This commit is contained in:
2019-07-17 20:11:53 -07:00
parent 4d5b09e9ca
commit 26410b78a2
5 changed files with 32 additions and 12 deletions

View File

@@ -4,4 +4,8 @@ layout(location = 0) out vec2 tex_coords;
void main() {
gl_Position = vec4(position, 0.0, 1.0);
tex_coords = position;
}
}