ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/glfunc.h
Revision: 1.3
Committed: Sat Dec 19 05:06:56 2009 UTC (14 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.2: +2 -3 lines
Log Message:
implement shadow blending

File Contents

# Content
1 // define optional gl functions
2 // this file gets included multiple times, with different
3 // definitions for GL_FUNC
4
5 GL_FUNC (PFNGLBLENDFUNCSEPARATEPROC, BlendFuncSeparate)
6 GL_FUNC (PFNGLBLENDFUNCSEPARATEEXTPROC, BlendFuncSeparateEXT)
7 GL_FUNC (PFNGLCONVOLUTIONPARAMETERFEXTPROC, ConvolutionParameterf)
8 GL_FUNC (PFNGLCONVOLUTIONFILTER2DEXTPROC, ConvolutionFilter2D)
9 GL_FUNC (PFNGLSEPARABLEFILTER2DEXTPROC, SeparableFilter2D)
10 GL_FUNC (PFNGLMULTITEXCOORD2FPROC, MultiTexCoord2f)
11 GL_FUNC (PFNGLACTIVETEXTUREPROC, ActiveTexture);