MCPcopy Create free account
hub / github.com/NVIDIA/cuda-samples / setExecPath

Method setExecPath

Common/rendercheck_gl.h:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 virtual void setExecPath(char *path) { m_ExecPath = path; }
103 virtual void EnableQAReadback(bool bStatus) { m_bQAReadback = bStatus; }
104 virtual bool IsQAReadback() { return m_bQAReadback; }
105 virtual bool IsFBO() { return m_bUseFBO; }

Callers 5

mainFunction · 0.45
runStdProgramFunction · 0.45
runStdProgramFunction · 0.45
autoTestFunction · 0.45
autoTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected