C# Class Reign.Video.D3D9.PixelShader

Inheritance: ShaderModel
Mostra file Open project: reignstudios/ReignSDK

Public Methods

Method Description
Apply ( ) : void
Dispose ( ) : void
PixelShader ( IDisposableResource parent, string code, ShaderVersions shaderVersion ) : System

Method Details

Apply() public method

public Apply ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

PixelShader() public method

public PixelShader ( IDisposableResource parent, string code, ShaderVersions shaderVersion ) : System
parent IDisposableResource
code string
shaderVersion ShaderVersions
return System