C# Class Reign.Video.D3D11.PixelShader

Inheritance: ShaderModel
ファイルを表示 Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

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

Method Details

Apply() public method

public Apply ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

PixelShader() public method

public PixelShader ( Shader shader, byte code ) : System
shader Shader
code byte
return System

PixelShader() public method

public PixelShader ( Shader shader, string code, ShaderVersions shaderVersion ) : System
shader Shader
code string
shaderVersion ShaderVersions
return System

Resource() public method

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

Variable() public method

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