mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-07-25 07:28:54 +00:00
3 lines
68 B
HLSL
3 lines
68 B
HLSL
float4 main() : SV_Target {
|
|
return float4(0.5, 0.5, 0.5, 1.0);
|
|
} |