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

Method DeleteProgram

src/GLSLProgram.h:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 static void DeleteProgram(const GFSDK_SSAO_GLFunctions& GL, GLuint& Program)
64 {
65 if (Program)
66 {
67 GL.glDeleteProgram(Program);
68 Program = 0;
69 }
70 }
71
72 void Release(const GFSDK_SSAO_GLFunctions& GL)
73 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected