finish
finish: () => void
Finishes construction of the effect and, if successful, registers it with renderSystem.
@throws Error if the shader fails to compile and link, or an effect with the same name has already been registered.
@note After finish
is called, no other properties or methods of the builder will have any effect.
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.