Click or drag to resize

ShaderCompileStatus Property

Get the compile status.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool CompileStatus { get; }

Return Value

Type: Boolean
True if the last Compile operation was successful. False otherwise.
Remarks
OpenGL API: glGetShaderiv(GL_COMPILE_STATUS)
See Also