C# Class Fusion.Drivers.Graphics.ShaderBytecode

Mostrar archivo Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method 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 method

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

ShaderBytecode() public method

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