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

image-query-uav.nonwritable-uav-texture.frag « frag « shaders-hlsl « opt « reference - github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b50282fe07bd59ed06709472da67d5eb14d52d6 (plain)
1
2
3
4
5
6
7
8
void frag_main()
{
}

void main()
{
    frag_main();
}