[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.InputElement

InputElement Struct

D2D1_INPUT_ELEMENT_DESC

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public struct InputElement : IEquatable<InputElement>

Constructors

Name Description
InputElement(string, int, Format, int)

Initializes a new instance of the C1.Win.DX.Direct2D.InputElement struct.

InputElement(string, int, Format, int, int)

Initializes a new instance of the C1.Win.DX.Direct2D.InputElement struct.

Fields

Name Description
AlignedByteOffset

unsigned int alignedByteOffset

Format

DXGI_FORMAT format

SemanticIndex

unsigned int semanticIndex

SemanticName

const char* semanticName

Slot

unsigned int inputSlot

Properties

Name Description
AppendAligned

Returns a value that can be used for the offset parameter of an InputElement to indicate that the element should be aligned directly after the previous element, including any packing if neccessary.

Methods

Name Description
Equals(InputElement)

Determines whether the specified InputElement is equal to this instance.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

Operators

Name Description
operator ==(InputElement, InputElement)

Determines if the specified values are equal.

operator !=(InputElement, InputElement)

Determines if the specified values are not equal.