mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Bounds buffer is now per instance to fix a bug
This commit is contained in:
parent
25b2a2ff5e
commit
fe79730012
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ void PrepareDrawOutline::run(const render::RenderContextPointer& renderContext,
|
|||
|
||||
gpu::PipelinePointer DrawOutlineMask::_stencilMaskPipeline;
|
||||
gpu::PipelinePointer DrawOutlineMask::_stencilMaskFillPipeline;
|
||||
gpu::BufferPointer DrawOutlineMask::_boundsBuffer;
|
||||
|
||||
DrawOutlineMask::DrawOutlineMask(unsigned int outlineIndex,
|
||||
render::ShapePlumberPointer shapePlumber, OutlineSharedParametersPointer parameters) :
|
||||
|
|
Loading…
Reference in a new issue