Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Content Shader
DeltaEngine.Graphics ShaderWithFormat
DeltaEngine.Graphics.Mocks MockShader
Namespace: DeltaEngine.Graphics.Mocks
Assembly: DeltaEngine.Graphics.Mocks (in DeltaEngine.Graphics.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockShader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MockShader(ShaderCreationData, Device) | Initializes a new instance of the MockShader class |
![]() | MockShader(ShaderWithFormatCreationData, Device) | Initializes a new instance of the MockShader class |
Methods
Fields
Name | Description | |
---|---|---|
![]() | ContentChanged | (Inherited from ContentData.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowCreationIfContentNotFound | (Inherited from ContentData.) |
![]() | Data | (Inherited from Shader.) |
![]() | DX11Code | (Inherited from ShaderWithFormat.) |
![]() | DX9Code | (Inherited from ShaderWithFormat.) |
![]() | Flags | (Inherited from Shader.) |
![]() | Format | (Inherited from ShaderWithFormat.) |
![]() | IsDisposed | (Inherited from ContentData.) |
![]() | MetaData | (Inherited from ContentData.) |
![]() | Name | (Inherited from ContentData.) |
![]() | OpenGLFragmentCode | (Inherited from ShaderWithFormat.) |
![]() | OpenGLVertexCode | (Inherited from ShaderWithFormat.) |
See Also