Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Direct3D 在屏幕上显示纹理,不仅希望它覆盖整个窗口,而且我希望成为纹理的实际大小(即屏幕上的每个像素都映射到来自质地)
只需使用具有相同屏幕宽度和高度的纹理以及全屏四边形。
您还可以缩放纹理,但这只是一个不好的解决方法,因为您将其设置为 1:1 像素/纹素,但质量会下降。
也许这会有所帮助:渲染全屏四边形