OptionalbufferReadonlygroupIts a group and not a single uniforms.
Flag for if uniforms wont be changed after creation.
Flags whether this group is treated like a uniform buffer object.
ReadonlyuniformsUniform values
Optional_static: booleanStaticfromStaticubo
Uniform group holds uniform map and some ID's for work
UniformGrouphas two modes:1: Normal mode Normal mode will upload the uniforms with individual function calls as required
2: Uniform buffer mode This mode will treat the uniforms as a uniform buffer. You can pass in either a buffer that you manually handle, or or a generic object that PixiJS will automatically map to a buffer for you. For maximum benefits, make Ubo UniformGroups static, and only update them each frame.
Rules of UBOs:
Memberof
PIXI