C# Class Fusion.Drivers.Graphics.ShaderBytecode

Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
ShaderBytecode ( byte bytecode ) : System

Initializes a new instance of the ShaderBytecode class

ShaderBytecode ( string bytecode ) : System

Initializes a new instance of the ShaderBytecode class

Method Details

ShaderBytecode() public méthode

Initializes a new instance of the ShaderBytecode class
public ShaderBytecode ( byte bytecode ) : System
bytecode byte Bytecode
Résultat System

ShaderBytecode() public méthode

Initializes a new instance of the ShaderBytecode class
public ShaderBytecode ( string bytecode ) : System
bytecode string Hex string
Résultat System