///////////////////////////////////////////////////////
| 809 | |
| 810 | //////////////////////////////////////////////////////////// |
| 811 | void RenderTarget::applyShader(const Shader* shader) |
| 812 | { |
| 813 | Shader::bind(shader); |
| 814 | } |
| 815 | |
| 816 | |
| 817 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected