Coder Social home page Coder Social logo

Comments (2)

tlorach avatar tlorach commented on July 23, 2024

I think it comes from the fact I made by default context creation (wglCreateContextAttribsARB) request for 4.2 version
I should indeed set it to 3.0... in the meantime, you could try on your side.
See
WGL_CONTEXT_MAJOR_VERSION_ARB, 4,
WGL_CONTEXT_MINOR_VERSION_ARB, 2,
in nvFXcc.cpp

from nvfx.

craouette avatar craouette commented on July 23, 2024

Hi,

I will try this, thanks.

And I suppose if I compile nvFXcc
for OpenGL ES, it will work... but the switch between the OpenGl 4 and
OpenGl ES is only available a compile time.

Am I right?

That's mean
that the library, once compiled will only work for OpenGL 3 or 4 but not
both.

Thanks a lot for making nvFX. I hope I will find time to
contribute....

Pierre

On Wed, 10 Jul 2013 13:36:53 -0700, Tristan
Lorach wrote:

I think it comes from the fact I made by default
context creation (wglCreateContextAttribsARB) request for 4.2 version

I should indeed set it to 3.0... in the meantime, you could try on your
side.
See
WGL_CONTEXT_MAJOR_VERSION_ARB, 4,

WGL_CONTEXT_MINOR_VERSION_ARB, 2,
in nvFXcc.cpp

Reply to
this email directly or view it on GitHub [1].

Links:

[1]
#1 (comment)

from nvfx.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.