| 34 | { |
| 35 | public: |
| 36 | GLSLProgram() |
| 37 | : m_Program(0) |
| 38 | , m_VS(0) |
| 39 | , m_GS(0) |
| 40 | , m_FS(0) |
| 41 | { |
| 42 | } |
| 43 | |
| 44 | void Create(const GFSDK_SSAO_GLFunctions& GL, const char *pVertexShaderGLSL, const char *pFragmentShaderGLSL) |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected