MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/HBAOPlus / Create

Method Create

src/GLSLProgram.h:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected