Arbeiten aus dem URlaub
This commit is contained in:
10
simarboreal/assets/MatDefs/Null.frag
Normal file
10
simarboreal/assets/MatDefs/Null.frag
Normal file
@@ -0,0 +1,10 @@
|
||||
#import "Common/ShaderLib/MultiSample.glsllib"
|
||||
|
||||
uniform COLORTEXTURE m_Texture;
|
||||
varying vec2 texCoord;
|
||||
|
||||
void main() {
|
||||
vec4 texVal = getColor(m_Texture, texCoord);
|
||||
gl_FragColor = texVal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user