| 4532 | //! \brief Default constructor - initializes to NULL. |
| 4533 | #if defined(CL_VERSION_1_2) |
| 4534 | BufferRenderGL() : ImageGL() {}; |
| 4535 | #else // #if defined(CL_VERSION_1_2) |
| 4536 | BufferRenderGL() : Image2DGL() {}; |
| 4537 | #endif //#if defined(CL_VERSION_1_2) |