Returns the context for the program.
| 194 | |
| 195 | /// Returns the context for the program. |
| 196 | context get_context() const |
| 197 | { |
| 198 | return context(get_info<cl_context>(CL_PROGRAM_CONTEXT)); |
| 199 | } |
| 200 | |
| 201 | /// Returns information about the program. |
| 202 | /// |