Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

ID3D11InputLayout interface

An input-layout interface holds a definition of how to feed vertex data that is laid out in memory into the input-assembler stage of the graphics pipeline.

Members

The ID3D11InputLayout interface inherits from ID3D11DeviceChild but does not have additional members.

Remarks

To create an input-layout object, call ID3D11Device::CreateInputLayout. To bind the input-layout object to the input-assembler stage, call ID3D11DeviceContext::IASetInputLayout.

Windows Phone 8: This API is supported.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

D3D11.h

Library

D3D11.lib

See also

Core Interfaces

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

© 2013 Microsoft. All rights reserved.