Cogs.Core
Public Types | List of all members
Cogs::TileDataFlags Struct Reference

Public Types

enum  ETileDataFlags {
  None = 0 , IsHeight = 1 << 0 , ShouldConvert = 1 << 1 , ShouldFlip = 1 << 2 ,
  LinearColorSpace = 1 << 3
}
 

Detailed Description

Definition at line 96 of file CogsTerrainBase.h.

Member Enumeration Documentation

◆ ETileDataFlags

Enumerator
IsHeight 

Tile contains height data, min/max values should be provided.

ShouldConvert 

Tile data should be converted/padded from the incoming format (must be BGR, BGRA or RGB) to regular RGBA.

ShouldFlip 

Tile data should be flipped on the Y axis.

LinearColorSpace 

Target format of conversion should be in linear (non-sRGB) color space.

Definition at line 98 of file CogsTerrainBase.h.


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