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