ABI update
parent
1bc3b2f7ce
commit
0bb865d290
|
@ -1 +1 @@
|
||||||
Subproject commit 7d3a7901b25d9544e47e2f0ea5baf9089d4ccb08
|
Subproject commit 527f47436aed10a4a92adb311a48ed6d3501f1f2
|
Binary file not shown.
BIN
moonlibs/windows/Refresh.dll (Stored with Git LFS)
BIN
moonlibs/windows/Refresh.dll (Stored with Git LFS)
Binary file not shown.
|
@ -56,7 +56,6 @@ namespace MoonWorksComputeSpriteBatch
|
||||||
PrimitiveType = PrimitiveType.TriangleList,
|
PrimitiveType = PrimitiveType.TriangleList,
|
||||||
FragmentShaderInfo = GraphicsShaderInfo.Create(fragmentShaderModule, "main", 1),
|
FragmentShaderInfo = GraphicsShaderInfo.Create(fragmentShaderModule, "main", 1),
|
||||||
RasterizerState = RasterizerState.CW_CullBack,
|
RasterizerState = RasterizerState.CW_CullBack,
|
||||||
ViewportState = new ViewportState((int)Window.Width, (int)Window.Height),
|
|
||||||
MultisampleState = MultisampleState.None
|
MultisampleState = MultisampleState.None
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue