| 24 | class GLShaderModule : public GPUShaderModule { |
| 25 | public: |
| 26 | explicit GLShaderModule(unsigned shader) : _shader(shader) { |
| 27 | } |
| 28 | |
| 29 | unsigned shader() const { |
| 30 | return _shader; |
nothing calls this directly
no outgoing calls
no test coverage detected