IDebugShaderCancel::CancelGenerate method
Requests to cancel generation of shader trace instructions in a debug request.
Syntax
HRESULT CancelGenerate(
DebugShaderRequestInfo * requestInfo,
PixelHistoryOperation * pPixelHistory
);
Parameters
requestInfo
The address of a DebugShaderRequestInfo structure that describes the requested event/vertex/pixel.
pPixelHistory
The address of pixel history results used for finding the associated pixel to debug. Only applies when debugging a pixel shader.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also