mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
13 lines
222 B
Scala
13 lines
222 B
Scala
$input v_color0
|
|
|
|
/*
|
|
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
|
|
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
|
*/
|
|
|
|
#include "../common/common.sh"
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = v_color0;
|
|
}
|