2

I am new to shaders and I would like to find a list of all (or most/common) functions, variables, availeble to write CG shaders.

Aaron de Windt
  • 16,794
  • 13
  • 47
  • 62

1 Answers1

3

This should get you started: http://http.developer.nvidia.com/Cg/index.html

Yahia
  • 69,653
  • 9
  • 115
  • 144
  • the link is dead :( – IARI Jun 25 '17 at 19:06
  • New root of the Cg Language documentation can be found at http://developer.download.nvidia.com/cg/index.html. @AarondeWindt was specifically asking for the Standard Library functions, which can be found here: http://developer.download.nvidia.com/cg/index_stdlib.html. – Jason Medeiros Jul 10 '18 at 21:01