#520: Confusion in data type names for Core OpenGL ----------------------------------+----------------------------------------- Reporter: sojastar07@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: pointer Core OpenGL data types confusion ----------------------------------+----------------------------------------- Core OpenGL data type names end with the 'Obj' suffix, yet Core OpenGL functions called in MacRuby expect the same names but with the 'Object' suffix. Maybe a bridge problem ? An example reducing the problem can be found here : http://github.com/sojastar/Some-MacRuby-sample- code/tree/master/buggy/cgl_renderer_info_obj/ The problem is visible at line 85 of file MyOpenGLView.rb -- Ticket URL: <http://www.macruby.org/trac/ticket/520> MacRuby <http://macruby.org/>