mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 17:18:12 -05:00
10 lines
120 B
Text
10 lines
120 B
Text
#version 140
|
|
in vec4 col;
|
|
out vec4 fragCol;
|
|
void main ()
|
|
{
|
|
fragCol = col;
|
|
}
|
|
|
|
|
|
// inputs: 1, stats: 0 alu 0 tex 0 flow
|