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

Method sampleCoverage

source/globjects/source/AbstractState.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void AbstractState::sampleCoverage(const GLfloat value, const GLboolean invert)
172{
173 add(new StateSetting(glSampleCoverage, value, invert));
174}
175
176void AbstractState::scissor(const GLint x, const GLint y, const GLsizei width, const GLsizei height)
177{

Callers 1

currentStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected