Fixed parameter name
Former-commit-id: 9197c406c3b1be915707a66eae04f5445453f8f5
This commit is contained in:
@@ -61,7 +61,7 @@ class NAZARA_API NzShaderProgram : public NzResource, NzNonCopyable
|
||||
bool LoadFromBinary(const void* buffer, unsigned int size);
|
||||
bool LoadFromBinary(const NzByteArray& byteArray);
|
||||
bool LoadShader(nzShaderType type, const NzString& source);
|
||||
bool LoadShaderFromFile(nzShaderType type, const NzString& source);
|
||||
bool LoadShaderFromFile(nzShaderType type, const NzString& filePath);
|
||||
|
||||
bool SendBoolean(int location, bool value) const;
|
||||
bool SendColor(int location, const NzColor& color) const;
|
||||
|
||||
Reference in New Issue
Block a user