ABI update

main
cosmonaut 2022-03-04 13:28:44 -08:00
parent 319498cd5d
commit 8dfbe09755
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 40d9cdd33a3d5bb0a9d2947c77c4d6c5b864b78b
Subproject commit 527f47436aed10a4a92adb311a48ed6d3501f1f2

View File

@ -64,7 +64,6 @@ namespace MoonWorksImGuiExample
),
PrimitiveType = PrimitiveType.TriangleList,
RasterizerState = RasterizerState.CW_CullNone,
ViewportState = new ViewportState((int) windowCreateInfo.WindowWidth, (int) windowCreateInfo.WindowHeight),
MultisampleState = MultisampleState.None
}
);