Blender  V3.3
Public Attributes | List of all members
GHOST_XrDrawInfo Struct Reference

Public Attributes

XrFrameState frame_state
 
std::chrono::high_resolution_clock::time_point frame_begin_time
 
std::list< doublelast_frame_times
 
bool foveation_active
 

Detailed Description

Definition at line 46 of file GHOST_XrSession.cpp.

Member Data Documentation

◆ foveation_active

bool GHOST_XrDrawInfo::foveation_active

Definition at line 55 of file GHOST_XrSession.cpp.

◆ frame_begin_time

std::chrono::high_resolution_clock::time_point GHOST_XrDrawInfo::frame_begin_time

Time at frame start to benchmark frame render durations.

Definition at line 50 of file GHOST_XrSession.cpp.

Referenced by print_debug_timings().

◆ frame_state

XrFrameState GHOST_XrDrawInfo::frame_state

Definition at line 47 of file GHOST_XrSession.cpp.

◆ last_frame_times

std::list<double> GHOST_XrDrawInfo::last_frame_times

Definition at line 52 of file GHOST_XrSession.cpp.

Referenced by print_debug_timings().


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