This commit is contained in:
Erris
2026-01-31 10:24:42 +01:00
parent 736591415c
commit fda9bc915c
5 changed files with 602 additions and 6 deletions

View File

@@ -101,6 +101,7 @@ class SandboxLayer : public OpenEngine::Layer
texture_shader->Bind();
texture_shader->SetInt("u_Texture", 0);
texture_shader->SetVec4("u_Color", glm::vec4(1.0f));
texture_shader->SetFloat("u_TilingFactor", 1.0f);
}
{