mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
rm unused scene
This commit is contained in:
parent
9e05403aba
commit
013713f92c
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ const gpu::PipelinePointer DrawBounds::getPipeline() {
|
||||||
|
|
||||||
void DrawBounds::run(const SceneContextPointer& sceneContext, const RenderContextPointer& renderContext, const Inputs& items) {
|
void DrawBounds::run(const SceneContextPointer& sceneContext, const RenderContextPointer& renderContext, const Inputs& items) {
|
||||||
RenderArgs* args = renderContext->args;
|
RenderArgs* args = renderContext->args;
|
||||||
auto& scene = sceneContext->_scene;
|
|
||||||
|
|
||||||
gpu::doInBatch(args->_context, [&](gpu::Batch& batch) {
|
gpu::doInBatch(args->_context, [&](gpu::Batch& batch) {
|
||||||
// Setup projection
|
// Setup projection
|
||||||
|
|
Loading…
Reference in a new issue