Blender V4.3
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 52 of file GHOST_XrSession.cc.

Member Data Documentation

◆ foveation_active

bool GHOST_XrDrawInfo::foveation_active

Definition at line 61 of file GHOST_XrSession.cc.

◆ 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 56 of file GHOST_XrSession.cc.

Referenced by print_debug_timings().

◆ frame_state

XrFrameState GHOST_XrDrawInfo::frame_state

Definition at line 53 of file GHOST_XrSession.cc.

◆ last_frame_times

std::list<double> GHOST_XrDrawInfo::last_frame_times

Definition at line 58 of file GHOST_XrSession.cc.

Referenced by print_debug_timings().


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