C# Class Reign.Video.D3D11.ShaderModel

Inheritance: DisposableResource
Show file Open project: reignstudios/ReignSDK

Protected Properties

Property Type Description
shader Shader

Public Methods

Method Description
Apply ( ) : void
Dispose ( ) : void
Resource ( string name ) : int
ShaderModel ( Shader shader, byte code, ShaderTypes shaderType ) : System
ShaderModel ( Shader shader, string code, ShaderTypes shaderType, ShaderVersions shaderVersion ) : System
Variable ( string name ) : int

Method Details

Apply() public method

public Apply ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Resource() public method

public Resource ( string name ) : int
name string
return int

ShaderModel() public method

public ShaderModel ( Shader shader, byte code, ShaderTypes shaderType ) : System
shader Shader
code byte
shaderType ShaderTypes
return System

ShaderModel() public method

public ShaderModel ( Shader shader, string code, ShaderTypes shaderType, ShaderVersions shaderVersion ) : System
shader Shader
code string
shaderType ShaderTypes
shaderVersion ShaderVersions
return System

Variable() public method

public Variable ( string name ) : int
name string
return int

Property Details

shader protected property

protected Shader,Reign.Video.D3D11 shader
return Shader