gtsam_points
Loading...
Searching...
No Matches
debug_output.hpp
Go to the documentation of this file.
1#ifndef GLK_DEBUG_OUTPUT_HPP
2#define GLK_DEBUG_OUTPUT_HPP
3
4#include <string>
5#include <GL/gl3w.h>
6
7namespace glk {
8
11
12void insert_debug_message(const std::string& message, GLuint id = 0);
13
15public:
16 DebugGroup(const std::string& message, GLuint id = 0);
18};
19
20} // namespace glk
21
22#endif
Definition debug_output.hpp:14
DebugGroup(const std::string &message, GLuint id=0)
Definition async_buffer_copy.hpp:6
void enable_debug_output()
void insert_debug_message(const std::string &message, GLuint id=0)
void disable_debug_output()