Added missing stencil outline example shaders
This commit is contained in:
parent
2020c9548f
commit
f452839b92
8 changed files with 93 additions and 0 deletions
8
data/shaders/stencilbuffer/outline.frag
Normal file
8
data/shaders/stencilbuffer/outline.frag
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#version 450
|
||||
|
||||
layout (location = 0) out vec4 outFragColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
outFragColor = vec4(vec3(1.0), 1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue