ABI update
parent
319498cd5d
commit
8dfbe09755
|
@ -1 +1 @@
|
||||||
Subproject commit 40d9cdd33a3d5bb0a9d2947c77c4d6c5b864b78b
|
Subproject commit 527f47436aed10a4a92adb311a48ed6d3501f1f2
|
|
@ -64,7 +64,6 @@ namespace MoonWorksImGuiExample
|
||||||
),
|
),
|
||||||
PrimitiveType = PrimitiveType.TriangleList,
|
PrimitiveType = PrimitiveType.TriangleList,
|
||||||
RasterizerState = RasterizerState.CW_CullNone,
|
RasterizerState = RasterizerState.CW_CullNone,
|
||||||
ViewportState = new ViewportState((int) windowCreateInfo.WindowWidth, (int) windowCreateInfo.WindowHeight),
|
|
||||||
MultisampleState = MultisampleState.None
|
MultisampleState = MultisampleState.None
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue