\brief Default constructor - performs no initialization.
| 1995 | { |
| 1996 | //! \brief Default constructor - performs no initialization. |
| 1997 | ImageFormat(){} |
| 1998 | |
| 1999 | //! \brief Initializing constructor. |
| 2000 | ImageFormat(cl_channel_order order, cl_channel_type type) |
nothing calls this directly
no outgoing calls
no test coverage detected