在图形驱动程序中使用 DirectX 10.0 或 11.0 顶点或像素着色器(Draw() API 调用除外)
我们的项目是分析 DirectX 10 或 11 SDK 应用程序或游戏(生化奇兵、孤岛惊魂等)应用程序中使用的各种顶点和像素、几何着色器。
现在我们需要从技术上了解着色器(VS、GS、PS)何时在管道内使用或执行,我们知道在 Draw() DirectX API 调用期间,设置着色器在管道内执行。
除了 Draw() 调用之外,是否还有其他 API 可以在内部执行或利用通过 SetShader() 设置到 Pipeline 的 Shader?
设备 API(例如 Map、unmap、getResourcem 和 Copy 资源)是否间接操作着色器?
除了 DirectX Draw() API 调用之外,与 DirectX 运行时或图形驱动程序中着色器的使用相关的任何指针都将有助于我们识别并拥有可靠的实现。
Our project is to profile the various Vertex and Pixel, Geometry shaders used within DirectX 10 or 11 SDK application or with Game (BioShock, Far Cry etc..) applications.
Now we need an technical understanding of when the Shaders (VS,GS,PS) are being used or rather executed within pipeline, we know that during Draw() DirectX API call, the setting shader get's executed within the Pipeline.
Is there any other API than Draw() call, which can internally execute or utilize the Shader being set to the Pipeline using SetShader()?
Is the Device API's (such as, Map, unmap, getResourcem and Copy resource) manipulate the shaders indirectly?
Any pointers related to usage of shaders within DirectX runtime or graphics driver other than DirectX Draw() API calls will be helpful for us to identify and have robust implementation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)