| 78 | } |
| 79 | |
| 80 | unsigned Surface::alphas() const |
| 81 | { |
| 82 | unsigned temp = 0; |
| 83 | FG_THROW(fg_get_surface_alpha_buffer(&temp, get())); |
| 84 | return temp; |
| 85 | } |
| 86 | |
| 87 | unsigned Surface::verticesSize() const |
| 88 | { |
nothing calls this directly
no test coverage detected