DescriptorTypeCount Struct
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Describes how many descriptor of a specific type will need to be allocated in a DescriptorPool.
public struct DescriptorTypeCount
Name | Description | |
---|---|---|
Constructors | ||
DescriptorTypeCount(EffectParameterClass, Int32) | ||
Fields | ||
Count | ||
Type |
Constructors
DescriptorTypeCount(EffectParameterClass, Int32)
public DescriptorTypeCount(EffectParameterClass type, int count)
Parameters
Type | Name | Description |
---|---|---|
EffectParameterClass | type | |
System.Int32 | count |
Fields
Count
public int Count
Field Value
Type | Description |
---|---|
System.Int32 |
Type
public EffectParameterClass Type
Field Value
Type | Description |
---|---|
EffectParameterClass |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()