-
The documentation for ShaderPass has the following comment:
I cannot find any mention of an EffectPass in the docs. What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for pointing that out! There seems to be a problem with ESDoc failing to parse some classes, including the The comment you're referring to means that it's usually better to write individual Effects which can be merged with the |
Beta Was this translation helpful? Give feedback.
-
Thanks @vanruesc, good to know :) |
Beta Was this translation helpful? Give feedback.
Thanks for pointing that out! There seems to be a problem with ESDoc failing to parse some classes, including the
EffectPass
. Will fix this when I get a chance. Until then, you can take a look at the source instead.The comment you're referring to means that it's usually better to write individual Effects which can be merged with the
EffectPass
to minimize fullscreen render operation.