IDebugShaderCallback::ResultInstructions method

A callback that notifies the host of instructrion information returned by the associated request.

Syntax

HRESULT ResultInstructions(
   DWORD   instructionStreamSize,
   BYTE [] count0_instructionStream
);

Parameters

instructionStreamSize
The number of instructions.

count0_instructionStream
The instructions.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IDebugShaderCallback