Table of Contents

Class DescriptorSetLayout

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Defines the Graphics Resources (Descriptors) that need to be bound together, their layout, types, and other associated metadata.
This description is used to allocate a DescriptorSet.

public class DescriptorSetLayout : GraphicsResourceBase, IDisposable, IComponent, IReferencable, ICollectorHolder
Inheritance
object
DescriptorSetLayout
Implements
Inherited Members
Extension Methods

Methods

New(GraphicsDevice, DescriptorSetLayoutBuilder)

Creates a new Descriptor Set Layout.

public static DescriptorSetLayout New(GraphicsDevice device, DescriptorSetLayoutBuilder builder)

Parameters

device GraphicsDevice

The Graphics Device.

builder DescriptorSetLayoutBuilder

A DescriptorSetLayoutBuilder that defines the bound Graphics Resources of the Descriptor Set.

Returns

DescriptorSetLayout

The new DescriptorSetLayout.