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

Function glDispatchCompute

GTE/Graphics/GL46/GL46.cpp:11276–11292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11274}
11275
11276void APIENTRY glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
11277{
11278 if (sglDispatchCompute)
11279 {
11280 sglDispatchCompute(num_groups_x, num_groups_y, num_groups_z);
11281 ReportGLError("glDispatchCompute");
11282 }
11283 else
11284 {
11285 ReportGLNullFunction("glDispatchCompute");
11286 }
11287
11288#if defined(GTE_ENABLE_GLTRACE)
11289 gsTrace.Call("glDispatchCompute", "",
11290 num_groups_x, num_groups_y, num_groups_z);
11291#endif
11292}
11293
11294void APIENTRY glDispatchComputeIndirect(GLintptr indirect)
11295{

Callers 1

ExecuteMethod · 0.85

Calls 3

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85
CallMethod · 0.80

Tested by

no test coverage detected