📜  如何在 monogame 中禁用缩放抗锯齿 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:58.195000             🧑  作者: Mango

代码示例1
// in Draw method:
spriteBatch.Begin(samplerState: SamplerState.PointClamp);