rntviewer/src/render.h

16 lines
251 B
C
Raw Normal View History

2024-07-11 12:27:19 +00:00
struct Viewer_Settings {
2024-07-11 14:29:44 +00:00
float col_anchor[3];
2024-07-11 12:27:19 +00:00
float col_header[3];
float col_footer[3];
2024-07-11 14:29:44 +00:00
float col_key[3];
float col_tfile[3];
2024-07-12 08:07:27 +00:00
u64 base_display_addr;
2024-07-11 12:27:19 +00:00
};
struct Edit_Bg_Color_Data {
RNTuple_Info *ntinfo;
Viewer_Settings vsettings;
};