| 221 | Pixel8U(options.emptyColor), options.sharpnessWeight, options.ignoreMaskLabel, options.maxTextureSize); |
| 222 | } |
| 223 | EVTWorkflowTextureMesh(Scene* _pScene) : EventWorkflow(_pScene) {} |
| 224 | }; |
| 225 | |
| 226 | void* Scene::ThreadWorker(void*) { |
nothing calls this directly
no outgoing calls
no test coverage detected