feat: engine as library
This commit is contained in:
6
engine/src/shaders/depth.fs
Normal file
6
engine/src/shaders/depth.fs
Normal file
@ -0,0 +1,6 @@
|
||||
#version 410 core
|
||||
|
||||
void main()
|
||||
{
|
||||
// gl_FragDepth = gl_FragCoord.z;
|
||||
}
|
Reference in New Issue
Block a user