Click or drag to resize

ShaderDeleteStatus Property

Get the delete status.

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

Property Value

Type: Boolean
True if the shader is currently flagged for deletion. False otherwise.
Remarks
OpenGL API: glGetShaderiv(GL_DELETE_STATUS)
See Also