[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.InputLayout

InputLayout Class

ID3D11InputLayout

Implements
Namespace: GrapeCity.Documents.DX.Direct3D11
Assembly: GcDocs.DX.Windows.dll
Syntax
[Guid("e4819ddc-4cf0-4025-bd26-5de82a3e07b7")]
public class InputLayout : DeviceChild, IDisposable, IUnknown

Constructors

Name Description
InputLayout(IntPtr)

Initializes a new instance of the InputLayout class.

Methods

Name Description
Create(Device, byte[], InputElement[])

Initializes a new instance of the InputLayout object to describe the input-buffer data for the input-assembler stage.

Operators

Name Description
explicit operator InputLayout(IntPtr)

Performs an explicit conversion from IntPtr to InputLayout.