First Commit
This commit is contained in:
13
externals/glslang/Test/vk.relaxed.changeSet.frag
vendored
Normal file
13
externals/glslang/Test/vk.relaxed.changeSet.frag
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#version 460
|
||||
|
||||
layout(location = 0) out vec4 fragColor;
|
||||
|
||||
uniform sampler2D sTexture;
|
||||
|
||||
in vec4 Color;
|
||||
in vec2 UV;
|
||||
|
||||
void main()
|
||||
{
|
||||
fragColor = Color * texture(sTexture, UV.st).r;
|
||||
}
|
||||
Reference in New Issue
Block a user