Ticket #520 (new defect)
Confusion in data type names for Core OpenGL
| Reported by: | sojastar07@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | MacRuby | Keywords: | pointer Core OpenGL data types confusion |
| Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.

