BugFix and code cleanup

Fixed rendering of Mesh by using new TextureShader (instead of ImageShader which is dedicated to square Surfaces). Cleanup includes and code layout.
This commit is contained in:
Bruno Herbelin
2023-12-26 23:08:09 +01:00
parent abdc70121d
commit fde6be3f97
12 changed files with 75 additions and 52 deletions

View File

@@ -25,15 +25,6 @@ public:
glm::mat4 iNodes;
};
class AlphaShader : public ImageShader
{
public:
AlphaShader();
};
class MaskShader : public Shader
{