summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/src/vs_clear.sc
blob: 2cd4aef3f7f59ff3f3492d84a111a626bc6e7b7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$input a_position

/*
 * Copyright 2011-2017 Branimir Karadzic. All rights reserved.
 * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
 */

#include "bgfx_shader.sh"

void main()
{
	gl_Position = vec4(a_position, 1.0);
}