bgfx/3rdparty/glslang/Test/hlsl.cast.frag

5 lines
110 B
GLSL
Raw Normal View History

2016-12-16 01:19:54 +03:00
float4 PixelShaderFunction(float4 input) : COLOR0
{
return (float4)input + (int4)input + (float4)1.198;
}