ashton 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/ashton/GLee.h +3 -2
- data/lib/ashton/1.9/ashton.so +0 -0
- data/lib/ashton/2.0/ashton.bundle +0 -0
- data/lib/ashton/version.rb +1 -1
- metadata +4 -3
data/ext/ashton/GLee.h
CHANGED
@@ -756,9 +756,10 @@ GLEE_EXTERN GLboolean _GLEE_SGIX_texture_range;
|
|
756
756
|
typedef unsigned short GLhalfNV;
|
757
757
|
#endif
|
758
758
|
|
759
|
+
// Changed these from 'ptrdiff_t' to 'long', since 64 bit OSX expects that
|
759
760
|
#ifndef GL_ARB_vertex_buffer_object
|
760
|
-
typedef
|
761
|
-
typedef
|
761
|
+
typedef long GLintptrARB;
|
762
|
+
typedef long GLsizeiptrARB;
|
762
763
|
#endif
|
763
764
|
|
764
765
|
#ifndef GL_ARB_shader_objects
|
data/lib/ashton/1.9/ashton.so
CHANGED
Binary file
|
Binary file
|
data/lib/ashton/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ashton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-01-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: opengl
|
@@ -201,6 +201,7 @@ files:
|
|
201
201
|
- lib/ashton/version.rb
|
202
202
|
- lib/ashton/texture.rb
|
203
203
|
- lib/ashton/image_stub.rb
|
204
|
+
- lib/ashton/2.0/ashton.bundle
|
204
205
|
- lib/ashton/mixins/version_checking.rb
|
205
206
|
- lib/ashton/window_buffer.rb
|
206
207
|
- lib/ashton/shaders/signed_distance_field.frag
|
@@ -312,7 +313,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
312
313
|
version: '0'
|
313
314
|
segments:
|
314
315
|
- 0
|
315
|
-
hash: -
|
316
|
+
hash: -2647752782962812358
|
316
317
|
requirements: []
|
317
318
|
rubyforge_project: ashton
|
318
319
|
rubygems_version: 1.8.23.2
|