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

A reminder to myself...

Set a bit:

Var |= Bit;

Clear a bit:

Var &= ~Bit;