| 23 | namespace compute = boost::compute; |
| 24 | |
| 25 | BOOST_AUTO_TEST_CASE(image2d_get_supported_formats) |
| 26 | { |
| 27 | const std::vector<compute::image_format> formats = |
| 28 | compute::image2d::get_supported_formats(context); |
| 29 | } |
| 30 | |
| 31 | BOOST_AUTO_TEST_CASE(create_image_doctest) |
| 32 | { |
nothing calls this directly
no test coverage detected