mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
- https://github.com/KhronosGroup/SPIRV-Cross/commit/ 66a407285e36a0f772e3209cb86ded6e3d900f6a
18 lines
406 B
GLSL
18 lines
406 B
GLSL
#version 450
|
|
|
|
uniform samplerCubeShadow SPIRV_Cross_CombinedpointLightShadowMapshadowSamplerPCF;
|
|
|
|
layout(location = 0) out float _entryPointOutput;
|
|
|
|
float _main()
|
|
{
|
|
vec4 _33 = vec4(vec3(0.100000001490116119384765625), 0.5);
|
|
return textureGrad(SPIRV_Cross_CombinedpointLightShadowMapshadowSamplerPCF, vec4(_33.xyz, _33.w), vec3(0.0), vec3(0.0));
|
|
}
|
|
|
|
void main()
|
|
{
|
|
_entryPointOutput = _main();
|
|
}
|
|
|