129 bool loadFromFile(
const std::string& vertexShaderFilename,
const std::string& fragmentShaderFilename);
170 bool loadFromMemory(
const std::string& vertexShader,
const std::string& fragmentShader);
Image living on the graphics card that can be used for drawing.
Special type/value that can be passed to setParameter, and that represents the texture of the object ...