Using Texture Atlases

To reduce draw calls, you can add individual textures to a texture atlas and then add one or more texture atlases to a UI canvas.

Characteristics

UI canvases and texture atlases have the following characteristics:

  • Each UI canvas contains a list of texture atlases to be loaded.
  • Texture atlases are loaded when the UI canvas loads. They’re unloaded when the UI canvas unloads.
  • If multiple UI canvases load the same texture atlas, the texture atlas is loaded only once.
  • UI elements that render textures preferentially use textures from a loaded texture atlas, if available.
  • The texture atlas is only unloaded when all UI canvases that loaded it are unloaded.

Advantages

The principle advantages of texture atlases are the following:

  • Draw calls are significantly reduced.
  • Enhanced compression. Although source textures whose dimensions aren’t multiples of four aren’t compressed, texture atlases are always compressed.
  • Forced preloading of texture groups. When the canvas loads, it also loads its texture atlases.

Copyright © 2026 DawnEngine. All rights reserved.

DawnEngine is a commercial 3D engine distributed under the DawnEngine end-user license agreement. Engine binaries and source are proprietary and are not covered by the licenses below.

Documentation only: the prose and templates on this site are a derivative work of Open 3D Engine (O3DE) documentation by the O3DE Contributors, used under CC BY 4.0 (documentation content), Apache 2.0 (site code), and the MIT license (inline code samples).

The open-source 3D engine that DawnEngine is built on top of is Open 3D Engine . DawnEngine is not affiliated with, endorsed by, or sponsored by The Linux Foundation or the O3DE project. “O3DE” and “Open 3D Engine” are trademarks of The Linux Foundation.