| struct Input | |
| { | |
| float4 position : SV_POSITION; | |
| float4 color : COLOR; | |
| }; | |
| float4 debugLinePS(Input input) : SV_TARGET | |
| { | |
| return input.color; | |
| } | |
| struct Input | |
| { | |
| float4 position : SV_POSITION; | |
| float4 color : COLOR; | |
| }; | |
| float4 debugLinePS(Input input) : SV_TARGET | |
| { | |
| return input.color; | |
| } | |