internal void ClearUav(IUavBindable uav, RawInt4 values) { m_deviceContext.ClearUnorderedAccessView(uav.Uav, values); CheckErrors(); }