Skip to content

Commit

Permalink
libgui|GLBuffer|GLProgram: Added a fourth set of texture bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 14, 2014
1 parent 3b745b6 commit cdc2337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/libgui/include/de/graphics/glbuffer.h
Expand Up @@ -46,6 +46,7 @@ namespace internal
TexBounds0,
TexBounds1,
TexBounds2,
TexBounds3,
Color,
Normal,
Tangent,
Expand Down
1 change: 1 addition & 0 deletions doomsday/libgui/src/graphics/glprogram.cpp
Expand Up @@ -180,6 +180,7 @@ DENG2_PIMPL(GLProgram)
{ AttribSpec::TexBounds0, "aBounds" },
{ AttribSpec::TexBounds1, "aBounds2" },
{ AttribSpec::TexBounds2, "aBounds3" },
{ AttribSpec::TexBounds3, "aBounds4" },
{ AttribSpec::Color, "aColor" },
{ AttribSpec::Normal, "aNormal" },
{ AttribSpec::Tangent, "aTangent" },
Expand Down

0 comments on commit cdc2337

Please sign in to comment.