[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.InputLayout

InputLayout Class

ID3D11InputLayout

Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.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.