Exemple #1
0
 public void CmdBeginQuery(IMgQueryPool queryPool, uint query, MgQueryControlFlagBits flags)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void CmdResetQueryPool(IMgQueryPool queryPool, uint firstQuery, uint queryCount)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public void CmdEndQuery(IMgQueryPool queryPool, uint query)
 {
     throw new NotImplementedException();
 }