MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glReadBuffer

Function glReadBuffer

GTE/Graphics/GL46/GL46.cpp:1869–1880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1867}
1868
1869void APIENTRY glReadBuffer(GLenum src)
1870{
1871 if (sglReadBuffer)
1872 {
1873 sglReadBuffer(src);
1874 ReportGLError("glReadBuffer");
1875 }
1876 else
1877 {
1878 ReportGLNullFunction("glReadBuffer");
1879 }
1880}
1881
1882void APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void* pixels)
1883{

Callers 1

glReadBufferMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected