mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Bounds buffer is now per instance to fix a bug
This commit is contained in:
parent
e0fd71f246
commit
25b2a2ff5e
1 changed files with 1 additions and 1 deletions
|
@ -86,8 +86,8 @@ protected:
|
|||
unsigned int _outlineIndex;
|
||||
render::ShapePlumberPointer _shapePlumber;
|
||||
OutlineSharedParametersPointer _sharedParameters;
|
||||
gpu::BufferPointer _boundsBuffer;
|
||||
|
||||
static gpu::BufferPointer _boundsBuffer;
|
||||
static gpu::PipelinePointer _stencilMaskPipeline;
|
||||
static gpu::PipelinePointer _stencilMaskFillPipeline;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue