9 lines
		
	
	
		
			124 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
#version 450 core
 | 
						|
 | 
						|
#extension GL_ARB_shader_stencil_export: enable
 | 
						|
 | 
						|
void main()
 | 
						|
{
 | 
						|
    gl_FragStencilRefARB = 100;
 | 
						|
}
 |