C# 클래스 GLSharp.Graphics.CompiledShader

파일 보기 프로젝트 열기: colin-dumitru/GLSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attributes int>.Dictionary
Name String
ShaderProgram IShaderProgram
Uniforms IUniformLocation>.Dictionary

프로퍼티 상세

Attributes 공개적으로 프로퍼티

Attribute locations.
public Dictionary Attributes
리턴 int>.Dictionary

Name 공개적으로 프로퍼티

Gets the shader name.
public String Name
리턴 String

ShaderProgram 공개적으로 프로퍼티

Getsor sets the compiled shader programs.
public IShaderProgram ShaderProgram
리턴 IShaderProgram

Uniforms 공개적으로 프로퍼티

Uniform locations.
public Dictionary Uniforms
리턴 IUniformLocation>.Dictionary