Adding some components.

This commit is contained in:
2023-11-15 22:14:53 -06:00
parent 6c6203a41d
commit d8bc1d0fe3
18 changed files with 428 additions and 12 deletions

View File

@ -4,6 +4,7 @@
// https://opensource.org/licenses/MIT
#pragma once
#include "dawnopengl.hpp"
#include "display/mesh/IMesh.hpp"
namespace Dawn {
@ -44,5 +45,7 @@ namespace Dawn {
const int32_t start,
const int32_t count
) override;
~Mesh();
};
}