mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-12 22:03:49 +00:00
fix comment
This commit is contained in:
parent
d6e3de70ed
commit
8595482a8c
1 changed files with 2 additions and 2 deletions
|
@ -128,12 +128,12 @@ void GL_DrawAliasFrame_ARB (aliashdr_t *paliashdr, lerpdata_t lerpdata)
|
|||
{
|
||||
float blend;
|
||||
|
||||
// program local indices - copied from vpalias.h
|
||||
// program local indices - copied from r_alias_vertexshader.h
|
||||
const GLuint blendLoc = 9;
|
||||
const GLuint shadevectorLoc = 10;
|
||||
const GLuint lightColorLoc = 11;
|
||||
|
||||
// vertex attribute indices - copied from vpalias.h
|
||||
// vertex attribute indices - copied from r_alias_vertexshader.h
|
||||
const GLint pose1VertexAttrIndex = 0;
|
||||
const GLint pose1NormalAttrIndex = 1;
|
||||
const GLint pose2VertexAttrIndex = 2;
|
||||
|
|
Loading…
Reference in a new issue