| 452 | #if USE_EDITOR |
| 453 | |
| 454 | void Material::OnDependencyModified(BinaryAsset* asset) |
| 455 | { |
| 456 | BinaryAsset::OnDependencyModified(asset); |
| 457 | |
| 458 | Reload(); |
| 459 | } |
| 460 | |
| 461 | void Material::InitCompilationOptions(ShaderCompilationOptions& options) |
| 462 | { |
no outgoing calls
no test coverage detected