| 127 | } |
| 128 | |
| 129 | ShaderPtr outputShader( const ShaderNetwork &network ) |
| 130 | { |
| 131 | ConstShaderPtr s = network.outputShader(); |
| 132 | return s ? s->copy() : nullptr; |
| 133 | } |
| 134 | |
| 135 | |
| 136 | const char *parameterShaderGet( const ShaderNetwork::Parameter &p ) |
nothing calls this directly
no test coverage detected