Backtrack:  
 
by lunarg on August 13th 2014, at 09:16

A reminder to myself...

Set a bit:

Var |= Bit;

Clear a bit:

Var &= ~Bit;