diff options
author | chai <chaifix@163.com> | 2019-04-03 09:00:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-04-03 09:00:13 +0800 |
commit | c8a6a8e2dd6f015a31b4f8191ad945a78fe77f3d (patch) | |
tree | 8060458d7aa5e514cdef32f6f92e157221efde4a /source/modules/asura-core/graphics/shader.cpp | |
parent | af7bdaa10ee71a319dc55c3c7556fa43a95c9dc9 (diff) |
*misc
Diffstat (limited to 'source/modules/asura-core/graphics/shader.cpp')
-rw-r--r-- | source/modules/asura-core/graphics/shader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/asura-core/graphics/shader.cpp b/source/modules/asura-core/graphics/shader.cpp index a4738cd..fdcdf1b 100644 --- a/source/modules/asura-core/graphics/shader.cpp +++ b/source/modules/asura-core/graphics/shader.cpp @@ -39,7 +39,7 @@ namespace AsuraEngine glDeleteProgram(mProgram); } - bool Shader::Renew(AEIO::DecodedData* db) + bool Shader::Update(AEIO::DecodedData* db) { if (!db) return false; ShaderSouce* shaderSource = static_cast<ShaderSouce*>(db); |