8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
void ps_main()
|
|
{
|
|
|
|
float4 alpha_color = float4(1, 0, 0, 1);
|
|
float f = 2.0f;
|
|
}
|
|
|