~thomas-voss/glmark2/build-for-mir

« back to all changes in this revision

Viewing changes to data/shaders/conditionals-step-conditional.all

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2011-08-05 00:05:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20110805000519-zit4dpe1wwzhnbg0
Tags: upstream-2011.07
ImportĀ upstreamĀ versionĀ 2011.07

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
    if (d >= 0.5)
 
2
        d = fract(2.0 * d);
 
3
    else
 
4
        d = fract(3.0 * d);