mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-04-22 14:09:55 +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);
|
|
} |