InputElementDescription Struct
Namespace: Stride.Graphics
Assembly: Stride.Graphics.dll
public struct InputElementDescription : IEquatable<InputElementDescription>
|
Improve this Doc
View Source
Fields
public int AlignedByteOffset
Field Value
Type |
Description |
System.Int32 |
|
public PixelFormat Format
Field Value
Field Value
Type |
Description |
System.Int32 |
|
public InputClassification InputSlotClass
Field Value
public int InstanceDataStepRate
Field Value
Type |
Description |
System.Int32 |
|
Field Value
Type |
Description |
System.Int32 |
|
public string SemanticName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Methods
public bool Equals(InputElementDescription other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
|
Improve this Doc
View Source
Operators
public static bool operator ==(InputElementDescription left, InputElementDescription right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
public static bool operator !=(InputElementDescription left, InputElementDescription right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
System.ValueType.ToString()
Extension Methods