Engine API Reference - v2.21.0-beta.13
    Preparing search index...

    Class UniformBufferFormat

    A descriptor that defines the layout of data inside the uniform buffer.

    Index
    uniforms: UniformFormat[]
    • Returns format of a uniform with specified name. Returns undefined if the uniform is not found.

      Parameters

      • name: string

        The name of the uniform.

      Returns UniformFormat | undefined

      • The format of the uniform.