Struct ILLIXR::rendered_frame
ClassList > ILLIXR > rendered_frame
Inherits the following classes: ILLIXR::switchboard::event
Public Attributes
Type | Name |
---|---|
fast_pose_type | render_pose |
time_point | render_time |
time_point | sample_time |
std::array< GLuint, 2 > | swap_indices |
std::array< GLuint, 2 > | texture_handles |
Public Functions
Type | Name |
---|---|
rendered_frame () |
|
rendered_frame (std::array< GLuint, 2 > && texture_handles_, std::array< GLuint, 2 > && swap_indices_, fast_pose_type render_pose_, time_point sample_time_, time_point render_time_) |
Public Functions inherited from ILLIXR::switchboard::event
See ILLIXR::switchboard::event
Type | Name |
---|---|
virtual | ~event () = default |
Public Attributes Documentation
variable render_pose
fast_pose_type ILLIXR::rendered_frame::render_pose;
variable render_time
time_point ILLIXR::rendered_frame::render_time;
variable sample_time
time_point ILLIXR::rendered_frame::sample_time;
variable swap_indices
std::array<GLuint, 2> ILLIXR::rendered_frame::swap_indices;
variable texture_handles
std::array<GLuint, 2> ILLIXR::rendered_frame::texture_handles;
Public Functions Documentation
function rendered_frame [1/2]
inline ILLIXR::rendered_frame::rendered_frame ()
function rendered_frame [2/2]
inline ILLIXR::rendered_frame::rendered_frame (
std::array< GLuint, 2 > && texture_handles_,
std::array< GLuint, 2 > && swap_indices_,
fast_pose_type render_pose_,
time_point sample_time_,
time_point render_time_
)
The documentation for this class was generated from the following file common/data_format.hpp