Sign in
flutter
/
third_party
/
tinygltf
/
c4e4155bf74bc2d2367e61ba913fc50de182c451
/
.
/
examples
/
dxview
/
res
/
gray.hlsl
blob: 17f0a64297cbd80151caedd820951584d2781132 [
file
]
float4 main
()
:
SV_Target
{
return
float4
(
0.5
,
0.5
,
0.5
,
1.0
);
}