1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Basic model shading (#9374)

This commit is contained in:
Danila Shutov
2020-02-16 22:37:28 +03:00
committed by GitHub
parent 478e753298
commit 6958071f49
9 changed files with 338 additions and 41 deletions

View File

@@ -1860,7 +1860,7 @@ ITextureSource* Client::getTextureSource()
{
return m_tsrc;
}
IShaderSource* Client::getShaderSource()
IWritableShaderSource* Client::getShaderSource()
{
return m_shsrc;
}