Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::profiler_timeline_panel::lane_context Struct Reference

#include <profiler_timeline_panel.h>

Public Attributes

ImVec2 canvas_pos
 
float lane_content_width
 
float lane_height
 
double view_start_ns
 
double view_end_ns
 
double ns_per_pixel
 

Detailed Description

Definition at line 22 of file profiler_timeline_panel.h.

Member Data Documentation

◆ canvas_pos

ImVec2 unravel::profiler_timeline_panel::lane_context::canvas_pos

Definition at line 24 of file profiler_timeline_panel.h.

◆ lane_content_width

float unravel::profiler_timeline_panel::lane_context::lane_content_width

Definition at line 25 of file profiler_timeline_panel.h.

◆ lane_height

float unravel::profiler_timeline_panel::lane_context::lane_height

Definition at line 26 of file profiler_timeline_panel.h.

◆ ns_per_pixel

double unravel::profiler_timeline_panel::lane_context::ns_per_pixel

Definition at line 29 of file profiler_timeline_panel.h.

◆ view_end_ns

double unravel::profiler_timeline_panel::lane_context::view_end_ns

Definition at line 28 of file profiler_timeline_panel.h.

◆ view_start_ns

double unravel::profiler_timeline_panel::lane_context::view_start_ns

Definition at line 27 of file profiler_timeline_panel.h.


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