ngl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ngl-devel] ngl.h


From: Remy Muller
Subject: Re: [ngl-devel] ngl.h
Date: Fri, 28 Nov 2003 17:29:14 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030708

Vincent Caron wrote:
Which glext.h are you using ? The one from the official registry reads :

#ifndef GL_ARB_vertex_buffer_object
#define GL_ARB_vertex_buffer_object 1
/* GL types for handling large vertex buffer objects */
/* Only used by this extension for now; later needs to be moved earlier in glext.h */
#include <stddef.h>
typedef ptrdiff_t GLintptrARB;
typedef ptrdiff_t GLsizeiptrARB;
...
#endif

Which explains the piece of code in ngl.h.

I'm using this one (downloaded yesterday). It seems like the preprocessor doesn't do its job.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]