1#ifndef CORE_PROGRAM_HPP
2#define CORE_PROGRAM_HPP
15 Program(
const std::string &vertexShaderFilepath,
16 const std::string &fragmentShaderFilepath);
25 GLuint GetId()
const {
return m_ProgramId; }
30 void Validate()
const;
33 void CheckStatus()
const;
Definition: Program.hpp:13
Core functionality of the framework
Definition: config.hpp:7