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

Method setPixelFormat

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

Interface to this class functions

Source from the content-addressed store, hash-verified

108
109 // Interface to this class functions
110 virtual void setPixelFormat(GLenum format) { m_PixelFormat = format; }
111 virtual int getPixelFormat() { return m_PixelFormat; }
112 virtual bool checkStatus(const char *zfile, int line, bool silent) = 0;
113 virtual bool readback(GLuint width, GLuint height) = 0;

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected