C# Class HaloMap.H2MetaContainers.DXShader

The dx shader.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Méthode Description
DXShader ( string title, string filename, Device &myDevice ) : System

Initializes a new instance of the DXShader class.

Method Details

DXShader() public méthode

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.
Résultat System