Get the current pixel format. 获取当前像素格式。
(&self)
| 157 | /// Get the current pixel format. |
| 158 | /// 获取当前像素格式。 |
| 159 | pub fn pixel_format(&self) -> crate::pixel_format::PixelFormat { |
| 160 | self.config.pixel_format |
| 161 | } |
| 162 | } |
nothing calls this directly
no outgoing calls
no test coverage detected