Quick commit of a broken setup that doesn't work.
This commit is contained in:
parent
22c2b78fca
commit
753df69b4c
129 changed files with 16095 additions and 0 deletions
6
27-instancing/shaders/18-outline.glsl
Normal file
6
27-instancing/shaders/18-outline.glsl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#version 330 core
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = vec4(1.0, 0.0, 0.0, 1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue