indexing description: "OpenGL Feedback" author: "" date: "$Date$" revision: "$Revision$" class EMGL_FEEDBACK inherit EMGL_FUNCTIONS export {NONE} all end feature --general function wrapper emgl_feedback_buffer ( size:INTEGER; type:INTEGER; buffer:POINTER ) is --Wrap the OpenGL function `gl_feedback_buffer` do gl_feedback_buffer_external( size, type, buffer ) end emgl_pass_through ( token:REAL ) is --Wrap the OpenGL function `gl_pass_through` do gl_pass_through_external( token ) end end