// Dummy fragment shader
//
// For debugging: Just pass through the colour
#version 300 es
in mediump vec3 colour;
out mediump vec4 outputColour;
void main()
{
outputColour = vec4( colour, 1.0 );
}
$25
File Name: CS_//_Dummy_fragment_shader.zip
File Size: 254.34 KB
// Dummy fragment shader
//
// For debugging: Just pass through the colour
#version 300 es
in mediump vec3 colour;
out mediump vec4 outputColour;
void main()
{
outputColour = vec4( colour, 1.0 );
}
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.