Ticket #5 (closed defect: fixed)
Problem with new-pixel-format in examples
| Reported by: | phil | Owned by: | gb |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Foreign Function Interface | Version: | 1.1 |
| Keywords: | OpenGL | Cc: |
Description
The macro new-pixel-format from the rubix opengl example code (in rubix/opengl.lisp) has been redefined as a function and does not appear to be functional. Error attached and here's the code which resulted in the error:
(opengl:new-pixel-format #$NSOpenGLPFAMultisample
#$NSOpenGLPFASampleAlpha #$NSOpenGLPFASampleBuffers 2 #$NSOpenGLPFASamples 4)
(it's a minor issue, but I do need the functionality as my non-example code uses it)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

