Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pack-and-unpack-uint2.asm.frag « frag « asm « shaders « opt « reference - github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9aa9a471e84706e3ba77675cfe058adeab158601 (plain)
1
2
3
4
5
6
7
8
9
#version 450

layout(location = 0) out vec4 FragColor;

void main()
{
    FragColor = vec4(18.0, 52.0, 1.0, 1.0);
}