Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Sharpex2D
Rendering
OpenGL
Shaders
Shader
C# Class Sharpex2D.Rendering.OpenGL.Shaders.Shader
Mostrar archivo
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