Material Constructor (Shader, Image)Delta Engine Documentation
Special constructor for creating custom shaders and images or reusing existing instances. View code on GitHub

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

public Material(
	Shader customShader,
	Image customDiffuseMap
)
See Also