MCPcopy Create free account
hub / github.com/boostorg/compute / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

test/test_image3d.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace compute = boost::compute;
20
21BOOST_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
28BOOST_AUTO_TEST_CASE(image3d_type_name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected