Added basic debug lines

This commit is contained in:
2023-02-22 13:41:52 -08:00
parent c065ab08b3
commit 389a290362
15 changed files with 357 additions and 139 deletions

View File

@ -10,10 +10,9 @@
namespace Dawn {
class SimpleTexturedShader : public Shader {
protected:
public:
SimpleTexturedShaderProgram program;
public:
void compile() override;
std::vector<struct ShaderPassItem> getPassItems(