public void CmdBeginQuery(IMgQueryPool queryPool, uint query, MgQueryControlFlagBits flags) { throw new NotImplementedException(); }
public void CmdResetQueryPool(IMgQueryPool queryPool, uint firstQuery, uint queryCount) { throw new NotImplementedException(); }
public void CmdEndQuery(IMgQueryPool queryPool, uint query) { throw new NotImplementedException(); }