Creates shaders from flags, specific framework implemantation can be found in graphics.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Content ShaderCreationData
DeltaEngine.Graphics ShaderWithFormatCreationData
Namespace: DeltaEngine.Content
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The ShaderCreationData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ShaderCreationData | Initializes a new instance of the ShaderCreationData class | |
ShaderCreationData(ShaderFlags) | Initializes a new instance of the ShaderCreationData class |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Overrides Object Equals(Object).) | |
Equals(ContentCreationData) | ||
GetHashCode | (Overrides Object GetHashCode .) |
Properties
Name | Description | |
---|---|---|
Flags |
See Also