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

Method GLSLProgram

src/GLSLProgram.h:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{
35public:
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected