~hikiko/nux/arb-srgba-shader

« back to all changes in this revision

Viewing changes to NuxGraphics/GLRenderStates.h

  • Committer: Travis Watkins
  • Date: 2011-08-03 10:34:36 UTC
  • mfrom: (409 nux-logger-fix)
  • mto: (454.5.1 nux-gles)
  • mto: This revision was merged to the branch mainline in revision 501.
  • Revision ID: travis.watkins@linaro.org-20110803103436-biz9c9930l2refsi
merge with lp:nux

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
    inline void HW__SetPolygonOffset (float Factor, float Units);
347
347
 
348
348
  private:
349
 
    RenderStateMap *m_RenderStateChangeList;
350
 
    RenderStateMap *m_SamplerStateChangeList;
351
349
    RenderStateMap m_RenderStateChanges[GFXRS_MAX_RENDERSTATES];
352
350
    RenderStateMap m_SamplerStateChanges[4][GFXSS_MAX_SAMPLERSTATES];
353
 
 
354
351
  };
355
352
 
356
353