~brandontschaefer/nux/xim-tests

« back to all changes in this revision

Viewing changes to NuxGraphics/IOpenGLAnimatedTexture.h

  • Committer: Brandon Schaefer
  • Date: 2012-10-19 00:23:27 UTC
  • mfrom: (637.2.55 trunk)
  • Revision ID: brandon.schaefer@canonical.com-20121019002327-60e88jn3k8chi7gt
* Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
      int Frame
50
50
    );
51
51
 
52
 
    int GetDepth(int MipLevel) const
 
52
    int GetDepth(int /* MipLevel */) const
53
53
    {
54
54
      return _Depth;
55
55
    }