C# Class Sharpex2D.Rendering.OpenGL.Shaders.Shader

ファイルを表示 Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
Compile ( string sourceCode ) : void

Compiles the shader.

Delete ( ) : void

Deletes the shader.

Method Details

Compile() public method

Compiles the shader.
public Compile ( string sourceCode ) : void
sourceCode string The SourceCode.
return void

Delete() public method

Deletes the shader.
public Delete ( ) : void
return void