Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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