On 5/2/07, <b class="gmail_sendername">IOhannes m zmoelnig</b> &lt;<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>probably it is sufficient to disable rectangle texturing in [pix_texture]</blockquote><div><br>A change from&nbsp; #if defined(GL_TEXTURE_RECTANGLE_EXT)&nbsp; to #ifdef __APPLE__ would be a temporary fix.&nbsp; Also GLEW can&#39;t do any tests without a valid context attached to a window so tests in the constructor will have to be moved to somewhere like startRender().&nbsp; 
<br></div><br></div><br>