| 156 | //////////////////////////////////////////////////////////// |
| 157 | |
| 158 | OPENPGL_INLINE SampleStorage::SampleStorage() |
| 159 | { |
| 160 | m_sampleStorageHandle = pglNewSampleStorage(); |
| 161 | } |
| 162 | |
| 163 | OPENPGL_INLINE SampleStorage::SampleStorage(const std::string &sampleStorageFileName) |
| 164 | { |
nothing calls this directly
no outgoing calls
no test coverage detected