Class ShaderResources
Represents an operator that creates a collection of shader resources to be loaded into the resource manager.
public class ShaderResources : ResourceLoader
- Inheritance
-
ShaderResources
- Inherited Members
Properties
Shaders
Gets the collection of shader resources to be loaded into the resource manager.
public ShaderConfigurationCollection Shaders { get; }
Property Value
Methods
GetResources()
Returns the set of resources to be loaded into the resource manager.
protected override IEnumerable<IResourceConfiguration> GetResources()
Returns
- IEnumerable<IResourceConfiguration>
A collection of IResourceConfiguration objects to be loaded into the resource manager.