Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Sharpex2D
Rendering
OpenGL
Shaders
Shader
C# 클래스 Sharpex2D.Rendering.OpenGL.Shaders.Shader
파일 보기
프로젝트 열기: ThuCommix/Sharpex2D
공개 메소드들
메소드
설명
Compile
(
string
sourceCode
) :
void
Compiles the shader.
Delete
( ) :
void
Deletes the shader.
메소드 상세
Compile()
공개
메소드
Compiles the shader.
public
Compile
(
string
sourceCode
) :
void
sourceCode
string
The SourceCode.
리턴
void
Delete()
공개
메소드
Deletes the shader.
public
Delete
( ) :
void
리턴
void