Click or drag to resize

RenderbufferIsBound Property

Checks if this renderbuffer is currently bound.

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

Property Value

Type: Boolean
True if this is the currently bound renderbuffer, False otherwise.
See Also