| 257 | } |
| 258 | |
| 259 | slang::IComponentType* ProgramVersion::getSlangGlobalScope() const |
| 260 | { |
| 261 | return mpSlangGlobalScope; |
| 262 | } |
| 263 | |
| 264 | slang::IComponentType* ProgramVersion::getSlangEntryPoint(uint32_t index) const |
| 265 | { |
no outgoing calls
no test coverage detected