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.
我正在尝试使用 DirectX9 绘制一条简单的线并遇到以下情况:
当代码到达该行时:
Device device = new Device( some example code I'v found);
表单的位置以周期性的方式变化,这意味着每次程序执行时。我看到(在调试模式下)表单位置属性在第 6 次执行时发生变化并返回其原始值。为什么?
在调整代码大小时,抛出一个指向该行的一般异常
device.DrawUserPrimitive(..)