IDebugShaderCallback :: ResultInstructions, méthode

Rappel qui avertit l’hôte des informations instructrion 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 de retour

Si cette méthode est réussie, elle retourne la valeur _ OK. Sinon, elle retourne un code d’erreur HRESULT .

Configuration requise

En-tête

Vspixengine. h

Voir aussi

IDebugShaderCallback