wined3d: Add GLSL helper functions to Device.
authorJason Green <jave27@gmail.com>
Fri, 9 Jun 2006 07:36:55 +0000 (03:36 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 9 Jun 2006 13:19:52 +0000 (15:19 +0200)
commitb67cda248dcad7790b3da084623d1d59d96c7a07
treef732ed632a46361209999ae19e374fda9a120e66
parentca7976c34f280328e54a6632f28892ad2b70df77
wined3d: Add GLSL helper functions to Device.

- Add functions to attach & detach shader objects, create and delete programs, and maintain the list of programs.
- Add a list of GLSL shader programs to the device which is initialized on Init3D(), and deleted on Release().
dlls/wined3d/device.c