Improved shader definition loader
This commit is contained in:
		@ -0,0 +1,7 @@
 | 
			
		||||
#version 330 core
 | 
			
		||||
 | 
			
		||||
out vec4 FragColor;
 | 
			
		||||
 | 
			
		||||
void main{
 | 
			
		||||
	FragColor = vec4(0.0f, 1.0f, 0.0f , 1.0f);
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user