Tao.Glfw SDK Documentation |
|
Glfw.GLFW_ORIGIN_UL_BIT Field
Specifies that the origin of the loaded image should be in the upper left corner (default is the lower left corner).
[Visual Basic]
Public Const GLFW_ORIGIN_UL_BIT As
Integer = 2
[C#]
public const
int GLFW_ORIGIN_UL_BIT = 2;
See Also
Glfw Class | Tao.Glfw Namespace