5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
void main() {
|
||
|
float4 test = float4(1);
|
||
|
test.xyz0 = float4(1);
|
||
|
}
|