libosmscout
0.1
|
#include <osmscoutmapopengl/ShaderUtils.h>
#include <osmscout/io/File.h>
#include <osmscout/log/Logger.h>
#include <string>
#include <fstream>
#include <GL/glew.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/ext.hpp>
Namespaces | |
osmscout | |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Functions | |
bool | osmscout::LoadShader (GLuint &shader, GLenum type, const std::string &name, const std::string &shaderSource) |
bool | osmscout::LoadShaderSource (const std::string &dirPath, const std::string &name, std::string &result) |