MCPcopy Create free account
hub / github.com/cginternals/globjects / clearDepth

Method clearDepth

source/globjects/source/Framebuffer.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void Framebuffer::clearDepth(const GLclampd depth)
263{
264 glClearDepth(depth);
265}
266
267void Framebuffer::readPixels(const GLint x, const GLint y, const GLsizei width, const GLsizei height, const GLenum format, const GLenum type, GLvoid * data) const
268{

Callers 1

currentStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected