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
typeEffectParameterClasscountint
Fields
Count
public int Count
  Field Value
Type
public EffectParameterClass Type