| 42 | } |
| 43 | |
| 44 | void Create(const GFSDK_SSAO_GLFunctions& GL, const char *pVertexShaderGLSL, const char *pFragmentShaderGLSL) |
| 45 | { |
| 46 | m_Program = CompileProgram(GL, pVertexShaderGLSL, pFragmentShaderGLSL); |
| 47 | } |
| 48 | |
| 49 | void Create(const GFSDK_SSAO_GLFunctions& GL, const char *pVertexShaderGLSL, const char *pGeometryShaderGLSL, const char *pFragmentShaderGLSL) |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected