mirror of
https://github.com/bevyengine/bevy
synced 2025-01-11 20:59:04 +00:00
7 lines
55 B
Text
7 lines
55 B
Text
|
#version 110
|
||
|
|
||
|
void foo()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
layout(points) out;
|