-----------------------------------------------------------------------
| 257 | } |
| 258 | //----------------------------------------------------------------------- |
| 259 | bool UnifiedHighLevelGpuProgram::hasCompileError() const |
| 260 | { |
| 261 | if( auto& d = _getDelegate() ) |
| 262 | return d->hasCompileError(); |
| 263 | else |
| 264 | return false; |
| 265 | } |
| 266 | //----------------------------------------------------------------------- |
| 267 | void UnifiedHighLevelGpuProgram::resetCompileError() |
| 268 | { |
no outgoing calls
no test coverage detected