 | glGetSubpixelBits Method |
Get an estimate of the number of bits of subpixel resolution that are used to position rasterized geometry in window coordinates.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int GetSubpixelBits()
Public Shared Function GetSubpixelBits As Integer
public:
static int GetSubpixelBits()
static member GetSubpixelBits : unit -> int
Return Value
Type:
Int32The number of subpixel bits
Remarks
The value must be at least 4.
OpenGL API: glGetIntegerv(GL_SUBPIXEL_BITS)
See Also