Partager via


Méthode IDebugShaderCallback::ResultInstructions

Rappel qui avertit l’hôte des informations d’instruction retournées par la requête associée.

Syntaxe

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

Paramètres

instructionStreamSize
Nombre d’instructions.

count0_instructionStream
Instructions.

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT .

Spécifications

En-tête

Vspixengine.h

Voir aussi

IDebugShaderCallback