Raster render updates
This commit is contained in:
parent
8fc76a81f3
commit
8d167b960a
10 changed files with 121 additions and 39 deletions
7
3DEditor/rsc/shaders/solid.frag
Normal file
7
3DEditor/rsc/shaders/solid.frag
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#version 330 core
|
||||
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = vec4(1, 0, 0, 1.f);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue