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

Method scissor

source/globjects/source/AbstractState.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void AbstractState::scissor(const GLint x, const GLint y, const GLsizei width, const GLsizei height)
177{
178 add(new StateSetting(glScissor, x, y, width, height));
179}
180
181void AbstractState::scissor(const std::array<GLint, 4> & scissorBox)
182{

Callers 1

currentStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected