ShaderCreationData ClassDelta Engine Documentation
Creates shaders from flags, specific framework implemantation can be found in graphics. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Content ShaderCreationData
    DeltaEngine.Graphics ShaderWithFormatCreationData

Namespace: DeltaEngine.Content
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class ShaderCreationData : ContentCreationData, 
	IEquatable<ContentCreationData>

The ShaderCreationData type exposes the following members.

Constructors

  NameDescription
Protected methodShaderCreationData 
Initializes a new instance of the ShaderCreationData class
Public methodShaderCreationData(ShaderFlags)
Initializes a new instance of the ShaderCreationData class
Top
Methods

  NameDescription
Public methodEquals(Object) (Overrides Object Equals(Object).)
Public methodEquals(ContentCreationData)
Public methodGetHashCode (Overrides Object GetHashCode .)
Top
Properties

  NameDescription
Public propertyFlags
Top
See Also