Defined in File instrument_tip.hpp
-
struct InstrumentTip
-
Public Functions
-
inline InstrumentTip(const FrameData &frame_data)
-
InstrumentTip(const InstrumentTip&) = delete
-
InstrumentTip &operator=(const InstrumentTip&) = delete
-
gxf_result_t start()
-
gxf_result_t tick()
-
gxf_result_t stop()
Public Members
-
const FrameData &frame_data_
-
GLuint vao_ = 0
-
GLuint vertex_shader_ = 0
-
GLuint fragment_shader_ = 0
-
GLuint program_ = 0
-
std::string vertex_shader_file_path_
-
std::string fragment_shader_file_path_
-
uint32_t num_tool_classes_ = 0
-
uint32_t num_tool_pos_components_ = 2
-
std::vector<std::vector<float>> tool_tip_colors_
-
inline InstrumentTip(const FrameData &frame_data)