(&self)
| 69 | } |
| 70 | |
| 71 | fn current_commit(&self) -> CommitCounter { |
| 72 | match self { |
| 73 | CustomRenderElements::Texture(elem) => elem.current_commit(), |
| 74 | CustomRenderElements::Surface(elem) => elem.current_commit(), |
| 75 | CustomRenderElements::Shader(elem) => elem.current_commit(), |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | fn src(&self) -> Rectangle<f64, Buffer> { |
| 80 | match self { |
nothing calls this directly
no outgoing calls
no test coverage detected