mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-09 04:16:24 +00:00
15 lines
247 B
JavaScript
Executable File
15 lines
247 B
JavaScript
Executable File
float4 main() : SV_TARGET
|
|
{
|
|
if (!(0) && (0) || (!1))
|
|
return 0.0.xxxx;
|
|
if (0)
|
|
return 0.0.xxxx;
|
|
if (!(bool)0)
|
|
return 0.0.xxxx;
|
|
if (!0)
|
|
return 0.0.xxxx;
|
|
if (!(bool)1)
|
|
return 0.0.xxxx;
|
|
if (!1)
|
|
return 0.0.xxxx;
|
|
} |