blob: a788bedf90d5da0f732f6e353b71eaddb8f28fb9 [file] [log] [blame]
uniform float f;
float4 main() : SV_Target0
{
isfinite(f);
return 0;
}