9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
shader_type spatial;
|
|
|
|
void vertex() {
|
|
|
|
}
|
|
|
|
//void fragment() {
|
|
// Called for every pixel the material is visible on.
|
|
//} |