Returns the properties for the command queue.
| 240 | |
| 241 | /// Returns the properties for the command queue. |
| 242 | cl_command_queue_properties get_properties() const |
| 243 | { |
| 244 | return get_info<cl_command_queue_properties>(CL_QUEUE_PROPERTIES); |
| 245 | } |
| 246 | |
| 247 | /// Enqueues a command to read data from \p buffer to host memory. |
| 248 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected