Added basic debug lines
This commit is contained in:
@ -10,10 +10,9 @@
|
||||
|
||||
namespace Dawn {
|
||||
class SimpleTexturedShader : public Shader {
|
||||
protected:
|
||||
public:
|
||||
SimpleTexturedShaderProgram program;
|
||||
|
||||
public:
|
||||
void compile() override;
|
||||
|
||||
std::vector<struct ShaderPassItem> getPassItems(
|
||||
|
Reference in New Issue
Block a user