| 148 | impl PipelineCache { |
| 149 | fn new() -> Self { |
| 150 | Self { |
| 151 | marker: None, |
| 152 | line: None, |
| 153 | fill: None, |
| 154 | overlay: None, |
| 155 | line_overlay: None, |
| 156 | composite: None, |
| 157 | } |
| 158 | } |
| 159 | } |
| 160 | |
| 161 | struct MsaaTargets { |
nothing calls this directly
no outgoing calls
no test coverage detected