Shader & Co.

Started by
3 comments, last by Thaligar 18 years, 11 months ago
hey folks, some questions about shaders, 1.) I tried to code some shaders with rendermonkey (ATI) for glsl, so why got i get a linker error when i use the noise function?? 2.) are there any good tuts about shader coding?? 3.) and is there a shader asm in opengl, and if yes, where can i get some infos thx in advance tgar
Advertisement
3) Look up ARB_vertex_program and ARB_fragment_program. They're depreciated though with the advent of GLSL.
If at first you don't succeed, redefine success.
thanks i'll look for it...

greets
tgar
For question 2 you'll want to check what I've just added to the Forum FAQ [grin]
thx, python_regious, this answers me many questions,

thx _the_phantom_, i'm going to look for it,

greets tgar

This topic is closed to new replies.

Advertisement