Unravel Engine C++ Reference
|
Enumerations | |
enum | e { one_channel = 0x1 , two_channels = 0x2 , four_channels = 0x8 , requires_alpha = 0x10 , requires_stencil = 0x20 , prefer_compressed = 0x40 , allow_padding_channels = 0x100 , requires_depth = 0x200 , half_precision_float = 0x1000 , full_precision_float = 0x2000 , floating_point = 0xF000 } |