 | ShaderDeleteStatus Property |
Get the delete status.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool DeleteStatus { get; }
Public ReadOnly Property DeleteStatus As Boolean
Get
public:
property bool DeleteStatus {
bool get ();
}
member DeleteStatus : bool with get
Property Value
Type:
BooleanTrue if the shader is currently flagged for deletion. False otherwise.
RemarksOpenGL API: glGetShaderiv(GL_DELETE_STATUS)
See Also