| 336 | } |
| 337 | |
| 338 | static void OutputEmissiveStrength(EmissiveStrength* p, int indent) |
| 339 | { |
| 340 | OutputIndent(indent); |
| 341 | printf("emissive_strength\n"); |
| 342 | OutputValue("emissive_strength", p->m_EmissiveStrength, indent+1); |
| 343 | } |
| 344 | |
| 345 | static void OutputIridescence(Iridescence* p, int indent) |
| 346 | { |
no test coverage detected