youqiwong's picture
Upload folder using huggingface_hub
0c51b93 verified
struct Input
{
float4 position : SV_POSITION;
float4 color : COLOR;
};
float4 debugLinePS(Input input) : SV_TARGET
{
return input.color;
}