ID3DX12PipelineParserCallbacks::ErrorUnknownSubobject method

Calls the unknown subobject error callback of an object that implements this interface.

Syntax

void ErrorUnknownSubobject(
   
        UINT
           UnknownTypeValue
);

Parameters

UnknownTypeValue

Type: UINT

The unrecognized subobject type of the attempted subobject.

Return value

Returns nothing.

Requirements

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

See also

Helper Interfaces for Direct3D 12

ID3DX12PipelineParserCallbacks