mirror of https://github.com/mode777/rayjs.git
14 lines
218 B
Python
14 lines
218 B
Python
|
$input v_color0
|
||
|
|
||
|
/*
|
||
|
* Copyright 2011-2023 Branimir Karadzic. All rights reserved.
|
||
|
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
|
||
|
*/
|
||
|
|
||
|
#include "common.sh"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragColor = v_color0;
|
||
|
}
|