struct Enlighten::TextureSubSection
Defines a sub-section of a texture, specified in texels.
Variables
Name |
Description |
Geo::s32 m_ExtentX |
Extents of the sub-section.
|
Geo::s32 m_ExtentY |
Extents of the sub-section.
|
Geo::s32 m_ExtentZ |
Extents of the sub-section.
|
Geo::s32 m_OriginX |
Origin of the sub-section.
|
Geo::s32 m_OriginY |
Origin of the sub-section.
|
Geo::s32 m_OriginZ |
Origin of the sub-section.
|