Fove SDK  v1.3.1
Public Attributes | List of all members
Fove_CompositorLayerCreateInfo Struct Reference

Struct used to define the settings for a compositor client. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_CompositorLayerCreateInfo:
Collaboration graph
[legend]

Public Attributes

Fove_AlphaMode alphaMode = Fove_AlphaMode::Auto
 Setting about whether to use alpha sampling or not, e.g. for a base client.
 
bool disableDistortion = false
 Setting to disable a distortion pass, e.g. for a diagnostic client, or a client intending to do its own distortion.
 
bool disableFading = false
 Setting to disable fading when the base layer is misbehaving, e.g. for a diagnostic client.
 
bool disableTimeWarp = false
 Setting to disable timewarp, e.g. if an overlay client is operating in screen space.
 
Fove_CompositorLayerType type = Fove_CompositorLayerType::Base
 The layer type upon which the client will draw.
 

Detailed Description

Struct used to define the settings for a compositor client.