opengl-bindings2 2.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ require_relative 'opengl_common'
2
+ require_relative 'opengl_ext_common'
3
+ require_relative 'opengl_es_ext_enum'
4
+ require_relative 'opengl_es_ext_command'
5
+
6
+ =begin
7
+ Ruby-OpenGL : Yet another OpenGL wrapper for Ruby (and wrapper code generator)
8
+ Copyright (c) 2013-2022 vaiorabbit <http://twitter.com/vaiorabbit>
9
+
10
+ This software is provided 'as-is', without any express or implied
11
+ warranty. In no event will the authors be held liable for any damages
12
+ arising from the use of this software.
13
+
14
+ Permission is granted to anyone to use this software for any purpose,
15
+ including commercial applications, and to alter it and redistribute it
16
+ freely, subject to the following restrictions:
17
+
18
+ 1. The origin of this software must not be misrepresented; you must not
19
+ claim that you wrote the original software. If you use this software
20
+ in a product, an acknowledgment in the product documentation would be
21
+ appreciated but is not required.
22
+
23
+ 2. Altered source versions must be plainly marked as such, and must not be
24
+ misrepresented as being the original software.
25
+
26
+ 3. This notice may not be removed or altered from any source
27
+ distribution.
28
+ =end