Optional
bufferReadonly
groupIts 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.
Readonly
uniformsUniform values
Static
fromStatic
uboA short hand function for creating a static UBO UniformGroup.
Uniform group holds uniform map and some ID's for work
UniformGroup
has 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