Implementing ECS SystemBase and updating slang
This commit is contained in:
@@ -91,7 +91,7 @@ public:
|
||||
virtual ~VertexInputType();
|
||||
|
||||
const char* getName();
|
||||
const char* getShaderFilename();
|
||||
std::string getShaderFilename();
|
||||
private:
|
||||
const char* name;
|
||||
const char* shaderFilename;
|
||||
|
||||
Reference in New Issue
Block a user