Fixed parameter name
Former-commit-id: 9197c406c3b1be915707a66eae04f5445453f8f5
This commit is contained in:
parent
64ceeea544
commit
970cf1afc8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue