 | ShaderCompileStatus Property |
Get the compile status.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool CompileStatus { get; }
Public ReadOnly Property CompileStatus As Boolean
Get
public:
property bool CompileStatus {
bool get ();
}
member CompileStatus : bool with get
Return Value
Type:
BooleanTrue if the last
Compile operation was successful. False otherwise.
RemarksOpenGL API: glGetShaderiv(GL_COMPILE_STATUS)
See Also