Skip to content

Commit e731990

Browse files
committed
PostFX Pipeline only needs a single quad
1 parent ca52436 commit e731990

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/renderer/webgl/pipelines/PostFXPipeline.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ var PostFXPipeline = new Class({
4646
{
4747
config.fragShader = GetFastValue(config, 'fragShader', ShaderSourceFS);
4848
config.vertShader = GetFastValue(config, 'vertShader', ShaderSourceVS);
49+
config.vertexCapacity = GetFastValue(config, 'vertexCapacity', 1);
4950
config.uniforms = GetFastValue(config, 'uniforms', [
5051
'uProjectionMatrix',
5152
'uMainSampler'

0 commit comments

Comments
 (0)