Struct DescriptorTypeCount
Describes how many descriptor of a specific type will need to be allocated in a DescriptorPool.
public struct DescriptorTypeCount- Inherited Members
Constructors
DescriptorTypeCount(EffectParameterClass, int)
public DescriptorTypeCount(EffectParameterClass type, int count)Parameters
- typeEffectParameterClass
- countint
Fields
Count
public int CountField Value
Type
public EffectParameterClass Type