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

struct-type-unrelated-alias.frag « frag « shaders « opt « reference - github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6fa667f3b43565d5f731a6946dc4cc1f9473b5f (plain)
1
2
3
4
5
6
7
8
9
#version 450

layout(location = 0) out float FragColor;

void main()
{
    FragColor = 30.0;
}