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

Method dispatchCompute

source/globjects/source/Program.cpp:519–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void Program::dispatchCompute(const glm::uvec3 & numGroups)
520{
521 dispatchCompute(numGroups.x, numGroups.y, numGroups.z);
522}
523
524void Program::dispatchCompute(const GLuint numGroupsX, const GLuint numGroupsY, const GLuint numGroupsZ)
525{

Callers 1

drawFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected