Add chess GUI and move generation
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
#version 450
|
||||
|
||||
layout(location = 0) in vec4 frag_color;
|
||||
layout(location = 0) out vec4 out_color;
|
||||
|
||||
void main() {
|
||||
out_color = vec4(0.1, 0.8, 1.0, 1.0);
|
||||
out_color = frag_color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user