mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-17 08:39:57 +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);
|
|
} |