Returns the flags for the memory object.
| 74 | |
| 75 | /// Returns the flags for the memory object. |
| 76 | cl_mem_flags get_memory_flags() const |
| 77 | { |
| 78 | return get_memory_info<cl_mem_flags>(CL_MEM_FLAGS); |
| 79 | } |
| 80 | |
| 81 | /// Returns the context for the memory object. |
| 82 | context get_context() const |
no outgoing calls