mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:36:54 +02:00
Remove naked gl call
This commit is contained in:
parent
c9112966ba
commit
a6148ab73d
1 changed files with 0 additions and 3 deletions
|
@ -187,9 +187,6 @@ void DrawTransparentDeferred::run(const SceneContextPointer& sceneContext, const
|
||||||
args->_context->syncCache();
|
args->_context->syncCache();
|
||||||
args->_context->render((*args->_batch));
|
args->_context->render((*args->_batch));
|
||||||
args->_batch = nullptr;
|
args->_batch = nullptr;
|
||||||
|
|
||||||
// reset blend function to standard...
|
|
||||||
glBlendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_CONSTANT_ALPHA, GL_ONE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
gpu::PipelinePointer DrawOverlay3D::_opaquePipeline;
|
gpu::PipelinePointer DrawOverlay3D::_opaquePipeline;
|
||||||
|
|
Loading…
Reference in a new issue