MCPcopy Create free account
hub / github.com/cinder/Cinder / endTransformFeedback

Function endTransformFeedback

src/cinder/gl/wrapper.cpp:734–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void endTransformFeedback()
735{
736 auto ctx = gl::context();
737 ctx->endTransformFeedback();
738}
739#endif // defined( CINDER_GL_HAS_TRANSFORM_FEEDBACK )
740
741#if defined( CINDER_GL_HAS_TESS_SHADER )

Callers 6

runTransformFeedbackMethod · 0.85
updateMethod · 0.85
updateMethod · 0.85
updateMethod · 0.85
runTransformFeedbackMethod · 0.85
runTransformFeedbackMethod · 0.85

Calls 2

endTransformFeedbackMethod · 0.80
contextFunction · 0.70

Tested by

no test coverage detected