Start of gamma correction

This commit is contained in:
Simon Lübeß
2022-01-15 17:50:52 +01:00
parent 6a55108a37
commit 44fe2c3281
7 changed files with 176 additions and 3 deletions
+3 -1
View File
@@ -529,7 +529,9 @@ namespace Sandbox
{
public this()
{
#if SANDBOX_2D
#if GAMMA_TEST
PushLayer(new GammaTestLayer());
#elif SANDBOX_2D
PushLayer(new ExampleLayer2D());
#else
PushLayer(new ExampleLayer());