Table of Contents

Class ResourceGroup

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Groups bound Graphics Resources and a Constant Buffer, that usually change at a given frequency.

public class ResourceGroup
Inheritance
object
ResourceGroup
Extension Methods

Fields

ConstantBuffer

The Constant Buffer containing data and values associated with the group.

public BufferPoolAllocationResult ConstantBuffer

Field Value

BufferPoolAllocationResult

DescriptorSet

The Descriptor Set containing the bound Graphics Resources (i.e. Textures, Buffers, SamplerStates, etc.)

public DescriptorSet DescriptorSet

Field Value

DescriptorSet