MCPcopy Create free account
hub / github.com/SpartanJ/eepp / clipSmartDisable

Method clipSmartDisable

src/eepp/scene/node.cpp:1841–1847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1839}
1840
1841void Node::clipSmartDisable( bool needsClipPlanes ) {
1842 if ( needsClipPlanes ) {
1843 GLi->getClippingMask()->clipPlaneDisable();
1844 } else {
1845 GLi->getClippingMask()->clipDisable();
1846 }
1847}
1848
1849void Node::clipSmartEnable( const Int32& x, const Int32& y, const Uint32& Width,
1850 const Uint32& Height ) {

Callers 1

postDrawMethod · 0.80

Calls 3

clipPlaneDisableMethod · 0.80
getClippingMaskMethod · 0.80
clipDisableMethod · 0.45

Tested by

no test coverage detected