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

Function glSampleMaski

GTE/Graphics/GL46/GL46.cpp:7601–7617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7599}
7600
7601void APIENTRY glSampleMaski(GLuint maskNumber, GLbitfield mask)
7602{
7603 if (sglSampleMaski)
7604 {
7605 sglSampleMaski(maskNumber, mask);
7606 ReportGLError("glSampleMaski");
7607 }
7608 else
7609 {
7610 ReportGLNullFunction("glSampleMaski");
7611 }
7612
7613#if defined(GTE_ENABLE_GLTRACE)
7614 gsTrace.Call("glSampleMaski", "",
7615 maskNumber, mask);
7616#endif
7617}
7618
7619static void Initialize_OPENGL_VERSION_3_2()
7620{

Callers 1

EnableMethod · 0.85

Calls 3

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85
CallMethod · 0.80

Tested by

no test coverage detected