@@ -1,4 +1,4 @@
-Copyright 2010-2012 Branimir Karadzic. All rights reserved.
+Copyright 2010-2013 Branimir Karadzic. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
@@ -258,7 +258,7 @@ http://nothings.org/stb_image.c
License (BSD 2-clause)
----------------------
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
/*
- * Copyright 2011-2012 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2013 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
@@ -1,7 +1,7 @@
$input v_color0
#
-# Copyright 2011-2012 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2013 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
@@ -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
@@ -2,7 +2,7 @@ $input a_position, a_normal, a_tangent, a_texcoord0, i_data0, i_data1, i_data2,
$output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0
$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_color0, v_color1, v_texcoord0
@@ -2,7 +2,7 @@ $input a_position, a_color0, a_color1, a_texcoord0
$output v_color0, v_color1, v_texcoord0
@@ -302,7 +302,7 @@ void help(const char* _error = NULL)
fprintf(stderr
, "geometryc, bgfx geometry compiler tool\n"
- "Copyright 2011-2012 Branimir Karadzic. All rights reserved.\n"
+ "Copyright 2011-2013 Branimir Karadzic. All rights reserved.\n"
"License: http://www.opensource.org/licenses/BSD-2-Clause\n\n"
);
@@ -1228,7 +1228,7 @@ void help(const char* _error = NULL)
, "shaderc, bgfx shader compiler tool\n"