C# Class Xacor.Graphics.Api.GL33.GL33Shader

Inheritance: Shader
ファイルを表示 Open project: deccer/Xacor

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Protected Methods

Method Description
CompileFileInternal ( ShaderStage shaderStage, string filePath, VertexType vertexType ) : void
CompileStringInternal ( ShaderStage shaderStage, string filePath, VertexType vertexType ) : void

Method Details

CompileFileInternal() protected method

protected CompileFileInternal ( ShaderStage shaderStage, string filePath, VertexType vertexType ) : void
shaderStage ShaderStage
filePath string
vertexType VertexType
return void

CompileStringInternal() protected method

protected CompileStringInternal ( ShaderStage shaderStage, string filePath, VertexType vertexType ) : void
shaderStage ShaderStage
filePath string
vertexType VertexType
return void

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void