[SOLVED] CS代考计算机代写 // Dummy fragment shader

30 $

File Name: CS代考计算机代写_//_Dummy_fragment_shader.zip
File Size: 452.16 KB

SKU: 6158642600 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


// 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
30 $