Initializes a new instance of the
MockShader class
Namespace: DeltaEngine.Graphics.MocksAssembly: DeltaEngine.Graphics.Mocks (in DeltaEngine.Graphics.Mocks.dll) Version: 1.1.1.0 (1.1.1)
public MockShader(
ShaderWithFormatCreationData creationData,
Device device
)
public MockShader(
ShaderWithFormatCreationData creationData,
Device device
)
Public Sub New (
creationData As ShaderWithFormatCreationData,
device As Device
)
Public Sub New (
creationData As ShaderWithFormatCreationData,
device As Device
)
public:
MockShader(
ShaderWithFormatCreationData^ creationData,
Device^ device
)
public:
MockShader(
ShaderWithFormatCreationData^ creationData,
Device^ device
)
new :
creationData : ShaderWithFormatCreationData *
device : Device -> MockShader
new :
creationData : ShaderWithFormatCreationData *
device : Device -> MockShader