Wpf System test
This commit is contained in:
parent
af9c782c1e
commit
9ad4bc1c69
17 changed files with 746 additions and 12 deletions
13
Map3DRendering/Shaders/shadertest.frag
Normal file
13
Map3DRendering/Shaders/shadertest.frag
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#version 330
|
||||
|
||||
out vec4 outputColor;
|
||||
|
||||
uniform vec3 viewPos;
|
||||
uniform sampler2DArray texture0;
|
||||
|
||||
in vec4 Color;
|
||||
|
||||
void main()
|
||||
{
|
||||
outputColor = Color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue