galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::resource::TextureAtlas::Sheet Struct Referencefinal

A sheet of textures in the atlas. More...

#include <TextureAtlas.hpp>

+ Collaboration diagram for galaxy::resource::TextureAtlas::Sheet:

Public Attributes

math::RectPack m_packer
 Rectangle packing algorithm structure.
 
graphics::RenderTexture m_render_texture
 Texture to combine to.
 

Detailed Description

A sheet of textures in the atlas.

Definition at line 35 of file TextureAtlas.hpp.

Member Data Documentation

◆ m_packer

math::RectPack galaxy::resource::TextureAtlas::Sheet::m_packer

Rectangle packing algorithm structure.

Definition at line 40 of file TextureAtlas.hpp.

◆ m_render_texture

graphics::RenderTexture galaxy::resource::TextureAtlas::Sheet::m_render_texture

Texture to combine to.

Definition at line 45 of file TextureAtlas.hpp.


The documentation for this struct was generated from the following file: