| 256 | } |
| 257 | |
| 258 | nvuffparser::IUffParser* sampleCreateUffParser() |
| 259 | { |
| 260 | if (!initNvparsers()) |
| 261 | { |
| 262 | return {}; |
| 263 | } |
| 264 | ASSERT(pCreateUffParser != nullptr); |
| 265 | return pCreateUffParser(); |
| 266 | } |
| 267 | |
| 268 | void shutdownUffParser() |
| 269 | { |
nothing calls this directly
no test coverage detected