light/Sandbox/res/fragment.fragment

4 lines
64 B
Text
Raw Normal View History

2021-06-02 17:20:15 +04:30
float4 main(float4 Color : COLOR) : SV_Target
2021-05-31 23:28:29 +04:30
{
2021-06-02 17:20:15 +04:30
return Color;
2021-05-31 23:28:29 +04:30
}