ABI update

main
cosmonaut 2022-03-04 13:47:43 -08:00
parent 1bc3b2f7ce
commit 0bb865d290
4 changed files with 5 additions and 6 deletions

@ -1 +1 @@
Subproject commit 7d3a7901b25d9544e47e2f0ea5baf9089d4ccb08
Subproject commit 527f47436aed10a4a92adb311a48ed6d3501f1f2

BIN
moonlibs/lib64/libRefresh.so.0 (Stored with Git LFS) Executable file → Normal file

Binary file not shown.

BIN
moonlibs/windows/Refresh.dll (Stored with Git LFS)

Binary file not shown.

View File

@ -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
}
);