GlError.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace iv
6 {
7 
8 void GlError_Check( Context const * logger, SrcInfo const & src_info );
9 
10 }