ID3DX12PipelineParserCallbacks::ErrorBadInputParameter method

Calls the bad input parameter error callback of an object that implements this interface.

Syntax

void ErrorBadInputParameter(
   
        UINT
           ParameterIndex
);

Parameters

ParameterIndex

Type: UINT

The position of the parameter that contains bad input. The left-most parameter is at position 1, not position 0.

Return value

Returns nothing.

Requirements

Requirement Value
Header
D3DX12.h
Library
D3D12.lib
DLL
D3D12.dll

See also

Helper Interfaces for Direct3D 12

ID3DX12PipelineParserCallbacks