mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-05 14:30:39 +08: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);
|
|
} |