Reputation: 183
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.
Upvotes: 0
Views: 374
Reputation: 551
Upvotes: 1