Skip to content

Instantly share code, notes, and snippets.

@baobao
Created November 14, 2018 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baobao/689b109bbd13464bbcaacc4836147c73 to your computer and use it in GitHub Desktop.
Save baobao/689b109bbd13464bbcaacc4836147c73 to your computer and use it in GitHub Desktop.
ビューポート設定部分コード
device.ImmediateContext.Rasterizer.SetViewports(
new Viewport
{
Width = ClientSize.Width,
Height = ClientSize.Height
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment