2 #ifndef KJY_OBJECT_ORIENTED_OPENGL_GLSL_HPP_ 3 #define KJY_OBJECT_ORIENTED_OPENGL_GLSL_HPP_ 4 #include "OOOGL_Core.hpp" 13 virtual const std::string& dumpString()
const = 0;
20 virtual const std::string& dumpString()
const override{
throw NeedsImplementingException(__FILE__, __LINE__,
"GLSLInterfaceLayout");}
24 virtual const std::string& dumpString()
const override{
throw NeedsImplementingException(__FILE__, __LINE__,
"GLSLStructLayout");}
30 virtual const std::string& dumpString()
const override{
return(layout_string);}
31 std::string layout_string;
Definition: OOOGL_Core.hpp:151
Definition: Core_Utilities.cpp:3