34 #include "graphic_context.h"
virtual void compile()=0
Compile program.
static std::shared_ptr< ShaderObject > load_and_compile(const GraphicContextPtr &gc, ShaderType type, const std::string &filename)
Load and compile.
ShaderType
Shader Type.
Definition: shader_object.h:43
static std::shared_ptr< ShaderObject > create(const GraphicContextPtr &gc, ShaderType type, const std::string &source)
Constructs a shader.
virtual std::string info_log() const =0
Get shader object's info log.
std::shared_ptr< ShaderObject > ShaderObjectPtr
Definition: program_object.h:41
std::shared_ptr< IODevice > IODevicePtr
Definition: iodevice.h:85
virtual ShaderType shader_type() const =0
Gets the shader type.
static std::shared_ptr< ShaderObject > load(const GraphicContextPtr &gc, ShaderType type, const std::string &fullname)
Load.
std::shared_ptr< GraphicContext > GraphicContextPtr
Definition: d3d_target.h:49
virtual std::string shader_source() const =0
Get shader source code.
Shader Object.
Definition: shader_object.h:55
Definition: Application/application.h:35
virtual bool try_compile()=0
Compile program.