Retrieve the latest performance profiling data.
(&mut self)
| 804 | /// Calling this method resets the internal flag. |
| 805 | pub fn clipping_occurred(&self) -> bool { |
| 806 | self.shared_flags |
| 807 | .clipping_occurred |
| 808 | .swap(false, Ordering::Relaxed) |
| 809 | } |
| 810 | |
| 811 | /// Retrieve the latest performance profiling data. |