Fove SDK  v1.1.0
Public Attributes | List of all members
Fove_CompositorLayerSubmitInfo Struct Reference

Struct used to conglomerate the texture settings when submitting a given layer. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_CompositorLayerSubmitInfo:
Collaboration graph
[legend]

Public Attributes

int layerId = 0
 The layer ID as fetched from Fove_CompositorLayer.
 
Fove_CompositorLayerEyeSubmitInfo left = {}
 Information about the left eye.
 
Fove_Pose pose = {}
 The pose used to draw this layer, usually coming from fove_Compositor_waitForRenderPose.
 
Fove_CompositorLayerEyeSubmitInfo right = {}
 Information about the right eye.
 

Detailed Description

Struct used to conglomerate the texture settings when submitting a given layer.