| 92 | } |
| 93 | |
| 94 | void GlTexture::loadDataOpt( bool refresh, const Settings& settings, const char* arr ) |
| 95 | { |
| 96 | if ( refresh ) |
| 97 | loadData( settings, arr ); |
| 98 | else |
| 99 | bind(); |
| 100 | } |
| 101 | |
| 102 | void GlTexture::detach_() |
| 103 | { |
no outgoing calls
no test coverage detected