Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: nvidia opengl sdk function list

  1. #1
    Intern Newbie
    Join Date
    Jan 2002
    Posts
    32

    nvidia opengl sdk function list

    Posted the following msg on the beginner's forum, had no replies. Please help, thanks.

    ---------------
    Hi,
    While I'm relatively familiar with OpenGL, recently I've started programming with nvidia cards. I've grabbed their SDK, read some of their extensions pdfs and stuff.

    While I can figure out how to link to their extensions, what I would really like is some API documentation like Java has. For example, I would like to see what arguments go into glCombinerInputNV().

    Can anyone point me in the right direction?

    Something like this (but for nvidia sdk) would be great: http://www.cevis.uni-bremen.de/~uwe/opengl/opengl.html

  2. #2
    Junior Member Regular Contributor
    Join Date
    Jan 2001
    Location
    Belgium
    Posts
    206

    Re: nvidia opengl sdk function list

    http://developer.nvidia.com/view.asp...a_opengl_specs might be want you want, but I warn you it's not intended for learning OpenGL, it's more like a technical reference.

  3. #3
    Intern Newbie
    Join Date
    Jan 2002
    Posts
    32

    Re: nvidia opengl sdk function list

    mm yeah thanks, I've seen that already.

    Yes that is a bit too technical, I was hoping for something more on the sdk user side rather than on the sdk designer side. Was hoping someone came up with an easier-to-read list

  4. #4
    Super Moderator OpenGL Guru dorbie's Avatar
    Join Date
    Jul 2000
    Location
    Bay Area, CA, USA
    Posts
    4,388

    Re: nvidia opengl sdk function list

    There should be a glext.h file in the SDK

    Look at this, but remember it's out of date, you need the latest stuff from NVIDIA, which I think you already have.
    http://www.berkelium.com/OpenGL/NVIDIA/extensions.html

  5. #5
    Junior Member Regular Contributor
    Join Date
    Aug 2001
    Posts
    204

    Re: nvidia opengl sdk function list

    Man pages of the extensions would be very useful but AFAIK there isn't such thing. This was asked here http://www.opengl.org/discussion_boa...ML/004371.html and I think you have to live with the extension registry http://oss.sgi.com/projects/ogl-sample/registry/

    kon

  6. #6
    Member Regular Contributor
    Join Date
    Mar 2001
    Posts
    466

    Re: nvidia opengl sdk function list

    Hi
    I think the extensions registry should be used as a reference for understanding code samples.It also useful do get some pdf files from nvidia.com

    bye
    ScottManDeath

  7. #7
    Senior Member OpenGL Guru knackered's Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    3,032

    Re: nvidia opengl sdk function list

    As far as I can make out, NVidias extensions to opengl are the most useful, and the most used. OpenGL is used exclusively in almost every application other than games - but games are where the money (and DirectX) is. But the simulator/3d tools market alone should justify NVidia producing a proper SDK for their *radically* extended version of opengl. The current SDK has virtually no documentation, and the documentation on their website consists of nothing but pdf/powerpoint bulletpoint type presentations, with the odd demo (a lot of which have been sent in by nice people).
    Compare and contrast this with the DirectX 8 SDK. That has *extensive* documentation on almost every area of DX, written using the ms help file system/html and includes links to lots of examples included within the sdk. It's a massive download, but most definately worth it. A lot of understanding of the concepts involved in the new features of opengl can be gleaned from the DX8 documentation - but none of the details, obviously (which is what I and a lot of the contributors to this forum need!).
    This shouldn't be the case. NVidia should spend some more time on the documentation - forget the bulletpoint presentations, and give us some more detailed articles on the various new features, plus examples of how they could be used - and not rely on *this* newsgroup to fill in the huge gaps in knowledge that most developers are obviously experiencing. If Matt and Cass are sick of answering the same questions over and over again (and who can blame them?), why don't they produce documents? And if they have produced documents, why don't they include them in the sdk? Centralise everything.
    Don't get me wrong, I think Nvidia are doing a good job with their dev support, but it could be a whole lot better...
    Knackered

  8. #8
    Senior Member OpenGL Pro
    Join Date
    Sep 2000
    Location
    Santa Clara, CA
    Posts
    1,463

    Re: nvidia opengl sdk function list

    I'm all in favor of better documentation.

    In the meantime, I have a driver to work on...

    - Matt

  9. #9
    Member Regular Contributor
    Join Date
    Nov 2000
    Posts
    409

    Re: nvidia opengl sdk function list

    Lol... Matt is correct, we don't need no stink'n docs! We need better drivers!

    I just hope that the driver you are working on is better than the 23.11 drivers which turned out to be the ones that caused the lockups in my system. Only took me 2 days to finally nail it down.

  10. #10
    Senior Member OpenGL Guru knackered's Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    3,032

    Re: nvidia opengl sdk function list

    Ermm, that's an NVidia human resources management issue, and shouldn't really be of concern to your customers!
    I know it's not quite the same thing, but I have to produce quite pedantic documentation to ship with the simulators we produce, even though there's 101 other things I could be working on. It's what the customers expect - what's the point in us producing features that nobody knows about or how to use, without lots of time experimenting?
    Your drivers are quite stable, and your feature set is quite enough for now, in my opinion (although I'm aware that you're in competition with ATI - why don't you just buy them out like you did with 3dfx?). I think it's time to properly document what you've done so far.
    But as I say, I think you people have done a nice job so far, but *lots* of room for improvement.

    BTW, Matt - how many times are you going to answer questions in this forum on VAR, Register Combiners, Texture Shaders, and Vertex Programs before you realise that some decent documentation shipped with the sdk would actually give you *more* time to write your drivers?

    [This message has been edited by knackered (edited 01-10-2002).]
    Knackered

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •