EffectTypeMemberDescription Struct
Namespace: Stride.ShadersAssembly: Stride.Shaders.dll
Describes a shader parameter member.
[DataContract]
public struct EffectTypeMemberDescription
Name | Description | |
---|---|---|
Fields | ||
Name | The name of this member. |
|
Offset | Offset in bytes into the parent structure (0 if not a structure member). |
|
Type | The type of this member. |
Fields
Name
The name of this member.
public string Name
Field Value
Type | Description |
---|---|
System.String |
Offset
Offset in bytes into the parent structure (0 if not a structure member).
public int Offset
Field Value
Type | Description |
---|---|
System.Int32 |
Type
The type of this member.
public EffectTypeDescription Type
Field Value
Type | Description |
---|---|
EffectTypeDescription |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()