Clean up
This commit is contained in:
parent
aca9771866
commit
5833d766a7
5 changed files with 5 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ VSOutput vertexMain(VSInput input, uniform float4 pushColor, uniform float4 push
|
|||
}
|
||||
|
||||
[shader("fragment")]
|
||||
float4 fragmentMain(VSOutput input) : SV_TARGET
|
||||
float4 fragmentMain(VSOutput input)
|
||||
{
|
||||
return float4(input.Color, 1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue