| 19 | namespace compute = boost::compute; |
| 20 | |
| 21 | BOOST_AUTO_TEST_CASE(image3d_get_supported_formats) |
| 22 | { |
| 23 | const std::vector<compute::image_format> formats = |
| 24 | compute::image3d::get_supported_formats(context); |
| 25 | } |
| 26 | |
| 27 | // check type_name() for image3d |
| 28 | BOOST_AUTO_TEST_CASE(image3d_type_name) |
nothing calls this directly
no outgoing calls
no test coverage detected