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

Function glInvalidateSubFramebuffer

GTE/Graphics/GL46/GL46.cpp:11478–11495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11476}
11477
11478void APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
11479{
11480 if (sglInvalidateSubFramebuffer)
11481 {
11482 sglInvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);
11483 ReportGLError("glInvalidateSubFramebuffer");
11484 }
11485 else
11486 {
11487 ReportGLNullFunction("glInvalidateSubFramebuffer");
11488 }
11489
11490#if defined(GTE_ENABLE_GLTRACE)
11491 gsTrace.Call("glInvalidateSubFramebuffer", "",
11492 gsTrace.GetName(target), numAttachments,
11493 gsTrace.GetEnumArray(numAttachments, attachments), x, y, width, height);
11494#endif
11495}
11496
11497void APIENTRY glMultiDrawArraysIndirect(GLenum mode, const void* indirect, GLsizei drawcount, GLsizei stride)
11498{

Callers

nothing calls this directly

Calls 5

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80
GetEnumArrayMethod · 0.80

Tested by

no test coverage detected