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

Struct used to conglomerate the texture settings for a single eye, when submitting a given layer. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_CompositorLayerEyeSubmitInfo:
Collaboration graph
[legend]

Public Attributes

Fove_TextureBounds bounds = {}
 The portion of the texture that is used to represent the eye (E.g. half of it if the texture contains both eyes)
 
const Fove_CompositorTexturetexInfo = nullptr
 Texture to submit for this eye. More...
 

Detailed Description

Struct used to conglomerate the texture settings for a single eye, when submitting a given layer.

Member Data Documentation

◆ texInfo

const Fove_CompositorTexture* Fove_CompositorLayerEyeSubmitInfo::texInfo = nullptr

Texture to submit for this eye.

This may be null as long as the other submitted eye's texture isn't (thus allowing each eye to be submitted separately)