Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] question about swt-opengl


The article that you've seen describes the old SWT OpenGL binding.  The new binding (available in the 3.2 stream) is not constrained to using OpenGL 1.1 since it is no longer responsible for providing access to the drawing primitives.  For examples of using the new SWT OpenGL binding see:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet195.java
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet209.java

Grant

Back to the top