glslang/Test/hlsl.sin.frag
2016-05-16 17:39:50 -06:00

5 lines
77 B
GLSL

float4 PixelShaderFunction(float4 input) : COLOR0
{
return sin(input);
}