Castor3D 0.16.0
Multiplatform 3D engine
Public Attributes | List of all members
castor3d::TextureFlagConfiguration Struct Reference

#include <TextureConfiguration.hpp>

Public Attributes

PassComponentTextureFlag flag {}
 To know what this configuration relates to.
 
uint32_t componentsMask {}
 Mask, used with start index to filter image components (AARRGGBB).
 
uint32_t startIndex {}
 Start index, used with the mask to filter image components (AARRGGBB).
 

Member Data Documentation

◆ componentsMask

uint32_t castor3d::TextureFlagConfiguration::componentsMask {}

Mask, used with start index to filter image components (AARRGGBB).

◆ flag

PassComponentTextureFlag castor3d::TextureFlagConfiguration::flag {}

To know what this configuration relates to.

◆ startIndex

uint32_t castor3d::TextureFlagConfiguration::startIndex {}

Start index, used with the mask to filter image components (AARRGGBB).


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