C# Class LWisteria.StudiesOfOpenTK.PhongShading.CompileShaderException

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

Méthodes publiques

Свойство Type Description
InfoLog string
Shader int

Méthodes publiques

Méthode Description
CompileShaderException ( int shader, string infoLog )

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

ToString ( ) : string

文字列に変換する

Method Details

CompileShaderException() public méthode

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

ToString() public méthode

文字列に変換する
public ToString ( ) : string
Résultat string

Property Details

InfoLog public_oe property

コンパイルログ情報
public string InfoLog
Résultat string

Shader public_oe property

シェーダー
public int Shader
Résultat int