~ | First triangle

This commit is contained in:
TheRedShip
2024-10-14 01:43:29 +02:00
parent d8fd3d0535
commit eae1ae4790
5 changed files with 57 additions and 33 deletions

View File

@ -18,7 +18,7 @@
class Shader
{
public:
Shader(char *vertexPath, char *fragmentPath);
Shader(std::string vertexPath, std::string fragmentPath);
Shader(Shader const &src);
~Shader(void);