interface, represents render target Attachment. Subinterface of Image

Hierarchy

Methods

  • Returns Vec3

    Attachment clear color

  • Returns number

    attachment height

  • Returns string

    Image name

  • Returns number

    attachment width

  • Parameters

    • color: Vec3

      color. Also implicitly set Attachment load behavior to clear.

    Returns void

  • set attachment Texture filtering mode

    Parameters

    Returns void

  • set Attachment height

    Parameters

    • value: number

    Returns void

  • set Attachment width

    Parameters

    • value: number

    Returns void