Table of Contents

Struct DescriptorTypeCount

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

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

type EffectParameterClass
count int

Fields

Count

public int Count

Field Value

int

Type

public EffectParameterClass Type

Field Value

EffectParameterClass