| 803 | |
| 804 | |
| 805 | void |
| 806 | ShaderGroup::mark_entry_layer (int layer) |
| 807 | { |
| 808 | if (layer >= 0 && layer < nlayers() && ! m_layers[layer]->entry_layer()) { |
| 809 | m_layers[layer]->entry_layer(true); |
| 810 | ++m_num_entry_layers; |
| 811 | } |
| 812 | } |
| 813 | |
| 814 | |
| 815 |
nothing calls this directly
no test coverage detected