@@ -1,5 +1,5 @@
/*
- * Copyright 2011-2016 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2017 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
@@ -1,4 +1,4 @@
-Copyright 2010-2016 Branimir Karadzic. All rights reserved.
+Copyright 2010-2017 Branimir Karadzic. All rights reserved.
https://github.com/bkaradzic/bgfx
@@ -224,7 +224,7 @@ Engine in pure Swift
<img align="right" src="http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png">
</a>
- Copyright 2010-2016 Branimir Karadzic. All rights reserved.
+ Copyright 2010-2017 Branimir Karadzic. All rights reserved.
@@ -1,7 +1,7 @@
$input v_color0
@@ -2,7 +2,7 @@ $input a_position, a_color0
$output v_color0
$input v_normal, v_color0
@@ -2,7 +2,7 @@ $input a_position, a_normal, a_color0
$output v_normal, v_color0
$input v_color0, v_texcoord0
@@ -2,7 +2,7 @@ $input a_position, a_color0, a_texcoord0
$output v_color0, v_texcoord0
$input v_pos, v_view, v_normal, v_color0
@@ -2,7 +2,7 @@ $input a_position, a_normal
$output v_pos, v_view, v_normal, v_color0
@@ -2,7 +2,7 @@ $input a_position, a_color0, i_data0, i_data1, i_data2, i_data3, i_data4
$input v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0 // in...
@@ -2,7 +2,7 @@ $input a_position, a_normal, a_tangent, a_texcoord0
$output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0
@@ -2,7 +2,7 @@ $input a_position, a_normal, a_tangent, a_texcoord0, i_data0, i_data1, i_data2,
$input v_world, v_color0
$output v_world, v_color0
$input v_texcoord0
@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
$output v_texcoord0
$input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
$input v_pos, v_view, v_normal
$output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
$output v_pos, v_view, v_normal
$input v_pos
@@ -2,7 +2,7 @@ $input a_position
$output v_pos
$input v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0
@@ -1,6 +1,6 @@
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
- * License: http://www.opensource.org/licenses/BSD-2-Clause
+ * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
#include "common.h"
#include <bgfx/bgfx.h>
#ifndef DEBUGDRAW_H_HEADER_GUARD
$input v_view, v_world
$input v_texcoord0, v_color0
@@ -1,8 +1,8 @@
#include <bgfx_shader.sh>
$input v_color0, v_stipple
$input a_position, a_indices
@@ -2,7 +2,7 @@ $input a_position, a_indices
$output v_view, v_world
@@ -2,7 +2,7 @@ $input a_position, a_texcoord0, a_color0
$output v_texcoord0, v_color0
@@ -2,8 +2,8 @@ $input a_position, a_color0
@@ -2,8 +2,8 @@ $input a_position, a_color0, a_texcoord0
$output v_color0, v_stipple
- * Copyright 2010-2016 Branimir Karadzic. All rights reserved.
+ * Copyright 2010-2017 Branimir Karadzic. All rights reserved.