daemyung jang efdd2b04dc Add dxview
2020-07-04 01:29:41 +09:00

3 lines
68 B
HLSL

float4 main() : SV_Target {
return float4(0.5, 0.5, 0.5, 1.0);
}