-----------------------------------------------------------------------
| 313 | } |
| 314 | //----------------------------------------------------------------------- |
| 315 | Resource::LoadingState UnifiedHighLevelGpuProgram::getLoadingState() const |
| 316 | { |
| 317 | if( auto& d = _getDelegate() ) |
| 318 | return d->getLoadingState(); |
| 319 | else |
| 320 | return Resource::LOADSTATE_UNLOADED; |
| 321 | } |
| 322 | //----------------------------------------------------------------------- |
| 323 | size_t UnifiedHighLevelGpuProgram::getSize() const |
| 324 | { |
no outgoing calls
no test coverage detected