예제 #1
0
angle::Result TransformFeedbackGL::pause(const gl::Context *context)
{
    mStateManager->onTransformFeedbackStateChange();

    syncPausedState(true);
    return angle::Result::Continue;
}
예제 #2
0
void TransformFeedbackGL::pause()
{
    syncPausedState(true);
}