bgfx/examples/05-instancing/fs_instancing.sc

14 lines
228 B
Python
Raw Normal View History

2013-02-22 09:07:31 +04:00
$input v_color0
/*
2024-01-14 12:56:36 +03:00
* Copyright 2011-2024 Branimir Karadzic. All rights reserved.
2022-01-15 22:59:06 +03:00
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
2013-02-22 09:07:31 +04:00
*/
#include "../common/common.sh"
void main()
{
gl_FragColor = v_color0;
}