You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
385 B
31 lines
385 B
4 months ago
|
void PixelShaderFunction(float4 input) : COLOR0
|
||
|
{
|
||
|
int x;
|
||
|
x;
|
||
|
{
|
||
|
float x;
|
||
|
x;
|
||
|
{
|
||
|
bool x;
|
||
|
x;
|
||
|
{
|
||
|
float3 x;
|
||
|
x;
|
||
|
}
|
||
|
x;
|
||
|
}
|
||
|
x;
|
||
|
}
|
||
|
x;
|
||
|
|
||
|
if (x > 0)
|
||
|
bool x;
|
||
|
|
||
|
while (x > 0)
|
||
|
bool x;
|
||
|
|
||
|
do {
|
||
|
bool x;
|
||
|
} while (x > 0);
|
||
|
}
|