mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Added 19-oit example.
This commit is contained in:
15
examples/19-oit/fs_oit.sc
Normal file
15
examples/19-oit/fs_oit.sc
Normal file
@@ -0,0 +1,15 @@
|
||||
$input v_pos
|
||||
|
||||
/*
|
||||
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
|
||||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "../common/common.sh"
|
||||
|
||||
uniform vec4 u_color;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = u_color;
|
||||
}
|
||||
Reference in New Issue
Block a user