CG Shaders

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Matix522
Posts: 15
Joined: Wed Jul 02, 2014 11:48 am
Location: Poland

CG Shaders

Post by Matix522 »

hi,
I want to use CG shaders in my projects.
My questions:
Which version of cg toolkit i need?
How to link it to engine?
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: CG Shaders

Post by Nadro »

You shouldn't use Cg shaders anymore, because it's a deprecated solution. NV dropped support for this toolkit.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Matix522
Posts: 15
Joined: Wed Jul 02, 2014 11:48 am
Location: Poland

Re: CG Shaders

Post by Matix522 »

ok so i must to learn GLSL (i need both Direct and OpenGL)
Post Reply