Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gfx::format_search_flags Namespace 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
}
 

Enumeration Type Documentation

◆ e

Enumerator
one_channel 
two_channels 
four_channels 
requires_alpha 
requires_stencil 
prefer_compressed 
allow_padding_channels 
requires_depth 
half_precision_float 
full_precision_float 
floating_point 

Definition at line 14 of file format.h.