| 4542 | */ |
| 4543 | #if defined(CL_VERSION_1_2) |
| 4544 | __CL_EXPLICIT_CONSTRUCTORS BufferRenderGL(const cl_mem& buffer) : ImageGL(buffer) { } |
| 4545 | #else // #if defined(CL_VERSION_1_2) |
| 4546 | __CL_EXPLICIT_CONSTRUCTORS BufferRenderGL(const cl_mem& buffer) : Image2DGL(buffer) { } |
| 4547 | #endif //#if defined(CL_VERSION_1_2) |
nothing calls this directly
no outgoing calls
no test coverage detected