16 lines
121 B
Plaintext
16 lines
121 B
Plaintext
shader_type particles;
|
|
render_mode keep_data;
|
|
|
|
|
|
uniform mat4 global_transform;
|
|
|
|
|
|
void start() {
|
|
|
|
}
|
|
|
|
void process() {
|
|
|
|
}
|
|
|