| 225 | bool tessellation_support; |
| 226 | |
| 227 | int get_num_faces() |
| 228 | { |
| 229 | return output->wset()->get_workspace_grid_size().width; |
| 230 | } |
| 231 | |
| 232 | wf::plugin_activation_data_t grab_interface{ |
| 233 | .name = "cube", |
nothing calls this directly
no test coverage detected