[SOLVED] CS // Dummy fragment shader

$25

File Name: CS_//_Dummy_fragment_shader.zip
File Size: 254.34 KB

5/5 - (1 vote)

// 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 );
}

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS // Dummy fragment shader
$25