C# Class HaloMap.H2MetaContainers.DXShader

The dx shader.
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
DXShader ( string title, string filename, Device &myDevice ) : System

Initializes a new instance of the DXShader class.

Method Details

DXShader() public method

Initializes a new instance of the DXShader class.
public DXShader ( string title, string filename, Device &myDevice ) : System
title string The title.
filename string The filename.
myDevice Device My device.
return System