mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2026-03-03 19:02:15 +01:00
~ | First triangle
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user