| 59 | //////////////////////////////////////////////////////////// |
| 60 | |
| 61 | OPENPGL_INLINE Region::Region(PGLRegion regionHandle) |
| 62 | { |
| 63 | m_regionHandle = regionHandle; |
| 64 | } |
| 65 | |
| 66 | } // namespace cpp |
| 67 | } // namespace openpgl |
nothing calls this directly
no outgoing calls
no test coverage detected