Provide a HTML debug page for shaders.
Definition shaderpagehandler.h:28
Http::HttpStatus::Code HandleShaderInfoRequest(const Util::String &resId, const Ptr< IO::Stream > &responseContentStream)
display information about specific shader
Definition shaderpagehandler.cc:107
__DeclareClass(ShaderPageHandler)
void WriteShaderVariableTable(const Ptr< Http::HtmlPageWriter > &htmlWriter, const CoreGraphics::ShaderId shader)
write a shader variable table to the HTML stream
Definition shaderpagehandler.cc:223
ShaderPageHandler()
constructor
Definition shaderpagehandler.cc:29
virtual void HandleRequest(const Ptr< Http::HttpRequest > &request)
handle a http request, the handler is expected to fill the content stream with response data
Definition shaderpagehandler.cc:40