mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02: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