From 0bb865d290b7a3d20d4cc4d714e40c2b2d083f67 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 4 Mar 2022 13:47:43 -0800 Subject: [PATCH] ABI update --- lib/MoonWorks | 2 +- moonlibs/lib64/libRefresh.so.0 | 4 ++-- moonlibs/windows/Refresh.dll | 4 ++-- src/TestGame.cs | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) mode change 100755 => 100644 moonlibs/lib64/libRefresh.so.0 diff --git a/lib/MoonWorks b/lib/MoonWorks index 7d3a790..527f474 160000 --- a/lib/MoonWorks +++ b/lib/MoonWorks @@ -1 +1 @@ -Subproject commit 7d3a7901b25d9544e47e2f0ea5baf9089d4ccb08 +Subproject commit 527f47436aed10a4a92adb311a48ed6d3501f1f2 diff --git a/moonlibs/lib64/libRefresh.so.0 b/moonlibs/lib64/libRefresh.so.0 old mode 100755 new mode 100644 index 53fda5e..cdcd084 --- a/moonlibs/lib64/libRefresh.so.0 +++ b/moonlibs/lib64/libRefresh.so.0 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56c8a2dbf02d2630eaa1500375e3048328efd11e5c57056bdd3f4366a39f17f4 -size 497232 +oid sha256:e0f9e0ecbf2d737516cdbabc64dc35c5cd8d8594e0d59f10c0448bccaf4cdb10 +size 175184 diff --git a/moonlibs/windows/Refresh.dll b/moonlibs/windows/Refresh.dll index 51371a3..cccfe77 100644 --- a/moonlibs/windows/Refresh.dll +++ b/moonlibs/windows/Refresh.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79e89896207f5660416dde0f3e23172ea217e924f62e1a6d3da77be46d47bce0 -size 119296 +oid sha256:d3a9ba2e58746dffdc54dcedc1617b8814eb7b61e539e8695f41c4a02d7ff41c +size 191109 diff --git a/src/TestGame.cs b/src/TestGame.cs index aafa321..910cbb2 100644 --- a/src/TestGame.cs +++ b/src/TestGame.cs @@ -56,7 +56,6 @@ namespace MoonWorksComputeSpriteBatch PrimitiveType = PrimitiveType.TriangleList, FragmentShaderInfo = GraphicsShaderInfo.Create(fragmentShaderModule, "main", 1), RasterizerState = RasterizerState.CW_CullBack, - ViewportState = new ViewportState((int)Window.Width, (int)Window.Height), MultisampleState = MultisampleState.None } );