Show / Hide Table of Contents

Enum ResourceBindingModel

Identifies a particular binding model used when connecting elements in a ResourceLayout with resources defined in API-specific shader code.

Namespace: Veldrid
Assembly: cs.temp.dll.dll
Syntax
public enum ResourceBindingModel

Fields

Name Description
Default

The default binding model.

Improved

An improved binding model which enables greater shader reuse and authoring flexibility.

Back to top