Esempio n. 1
0
 public void BeginLUT(bool normalize)
 {
     QTrkDLL.QTrkBeginLUT(inst, (uint)(normalize ? 4 : 0));
 }