C# Class LWisteria.StudiesOfOpenTK.MultiBuffer.CompileShaderException

シェーダーのコンパイルに失敗した時に発生する例外
Inheritance: System.ApplicationException
Mostrar archivo Open project: aokomoriuta/StudiesOfOpenTK

Public Properties

Property Type Description
InfoLog string
Shader int

Public Methods

Method Description
CompileShaderException ( int shader, string infoLog )

シェーダーとログを指定して作成する

ToString ( ) : string

文字列に変換する

Method Details

CompileShaderException() public method

シェーダーとログを指定して作成する
public CompileShaderException ( int shader, string infoLog )
shader int シェーダー
infoLog string ログ

ToString() public method

文字列に変換する
public ToString ( ) : string
return string

Property Details

InfoLog public_oe property

コンパイルログ情報
public string InfoLog
return string

Shader public_oe property

シェーダー
public int Shader
return int