 | RenderbufferAlphaSize Property |
Gets the resolution in bits for the alpha component.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int AlphaSize { get; }
Public ReadOnly Property AlphaSize As Integer
Get
public:
property int AlphaSize {
int get ();
}
member AlphaSize : int with get
Property Value
Type:
Int32The resolution in bits for the alpha component of the image of the renderbuffer.
RemarksNote: in DEBUG mode with assertions enabled, an error will be logged to the debug console if this renderbuffer is not bound.
OpenGL API: glGetRenderbufferParameteriv(GL_RENDERBUFFER_ALPHA_SIZE)
See Also