The MASM Forum

Projects => MASM32 => Topic started by: Farabi on January 03, 2013, 04:21:00 PM

Title: OpenGL include file is not as complete as before
Post by: Farabi on January 03, 2013, 04:21:00 PM
Why openGL include file is not as complete as before, is it intentionaly or not. Is MASM going to make OpenGL obsolete?
Title: Re: OpenGL include file is not as complete as before
Post by: qWord on January 03, 2013, 09:49:39 PM
Quote from: Farabi on January 03, 2013, 04:21:00 PM
Why openGL include file is not as complete as before, is it intentionaly or not. Is MASM going to make OpenGL obsolete?
can you point out the differences?
Title: Re: OpenGL include file is not as complete as before
Post by: Farabi on January 03, 2013, 09:51:08 PM
Quote from: qWord on January 03, 2013, 09:49:39 PM
Quote from: Farabi on January 03, 2013, 04:21:00 PM
Why openGL include file is not as complete as before, is it intentionaly or not. Is MASM going to make OpenGL obsolete?
can you point out the differences?

There is no GLU.inc, and on OpenGL.inc there is no glOrtho
Title: Re: OpenGL include file is not as complete as before
Post by: qWord on January 03, 2013, 10:00:55 PM
Quote from: Farabi on January 03, 2013, 09:51:08 PMThere is no GLU.inc, and on OpenGL.inc there is no glOrtho
absolute right, but these files are also not available for MASM32 version 10r.
However, there are the files opengl32.inc and glu32.inc, which also contains the prototype of glOrtho  :t
Title: Re: OpenGL include file is not as complete as before
Post by: Farabi on January 03, 2013, 10:02:11 PM
Quote from: qWord on January 03, 2013, 10:00:55 PM
Quote from: Farabi on January 03, 2013, 09:51:08 PMThere is no GLU.inc, and on OpenGL.inc there is no glOrtho
absolute right, but these files are also not available for MASM32 version 10r.
However, there are the files opengl32.inc and glu32.inc, which also contains the prototype of glOrtho  :t

Oh okay I got it. So there only 32-bit paramter version of it.