18 #ifndef ION_REMOTE_SHADERHANDLER_H_
19 #define ION_REMOTE_SHADERHANDLER_H_
67 const std::string HandleRequest(
const std::string& path,
69 std::string* content_type)
override;
79 #endif // ION_REMOTE_SHADERHANDLER_H_
ShaderHandler serves files related to shaders, their dependencies, and the shader editor...
const gfxutils::ShaderManagerPtr & GetShaderManager() const
Gets the ShaderManager associated with this.
const RendererPtr & renderer_
Renderer used to render images.
std::map< std::string, std::string > QueryMap
RequestHandlers handle requests for a file or path.
A SharedPtr is a smart shared pointer to an instance of some class that implements reference counting...