有谁知道这个 d3d9 调试输出是否不好?
我目前收到的唯一 d3d9 调试输出是 Direct3D9: :Window 000102b2 就在我们上面!!
这是坏的还是这个标准输出。我找不到任何有关它的文档。
The only d3d9 debug output i am receiving at the moment is
Direct3D9: :Window 000102b2 is on top of us!!
is this bad or is this standard output. I cant find any documentation on it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
鉴于输出甚至没有打印严重性(例如,
(INFO)
、(WARN)
或(ERROR)
),它可能是详细的输出,也就是说,还不错。如果您想抑制它,您应该能够从 DirectX 9 控制面板调整调试输出级别。Given that the output doesn't even have a severity printed with it (e.g.,
(INFO)
,(WARN)
, or(ERROR)
), it's probably verbose output, i.e., not bad. You should be able to tweak the debug output level from the DirectX 9 control panel if you want to suppress it.