Bounds buffer is now per instance to fix a bug

This commit is contained in:
Olivier Prat 2017-11-07 16:57:33 +01:00 committed by GitHub
parent e0fd71f246
commit 25b2a2ff5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};