We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca52436 commit e731990Copy full SHA for e731990
1 file changed
src/renderer/webgl/pipelines/PostFXPipeline.js
@@ -46,6 +46,7 @@ var PostFXPipeline = new Class({
46
{
47
config.fragShader = GetFastValue(config, 'fragShader', ShaderSourceFS);
48
config.vertShader = GetFastValue(config, 'vertShader', ShaderSourceVS);
49
+ config.vertexCapacity = GetFastValue(config, 'vertexCapacity', 1);
50
config.uniforms = GetFastValue(config, 'uniforms', [
51
'uProjectionMatrix',
52
'uMainSampler'
0 commit comments