C# Class QuickFont.ProjectionStack

Show file Open project: Pireax/neovim.cs Class Usage Examples

Public Methods

Method Description
Begin ( ) : void
End ( ) : void
GetCurrentOrthogProjection ( bool &isOrthog, float &left, float &right, float &bottom, float &top ) : void
InvalidateViewport ( ) : void
PopSoftwareViewport ( ) : void
PushSoftwareViewport ( Viewport viewport ) : void
UpdateCurrentViewportFromHardware ( ) : void

Private Methods

Method Description
ProjectionStack ( ) : System

Method Details

Begin() public static method

public static Begin ( ) : void
return void

End() public static method

public static End ( ) : void
return void

GetCurrentOrthogProjection() public static method

public static GetCurrentOrthogProjection ( bool &isOrthog, float &left, float &right, float &bottom, float &top ) : void
isOrthog bool
left float
right float
bottom float
top float
return void

InvalidateViewport() public static method

public static InvalidateViewport ( ) : void
return void

PopSoftwareViewport() public static method

public static PopSoftwareViewport ( ) : void
return void

PushSoftwareViewport() public static method

public static PushSoftwareViewport ( Viewport viewport ) : void
viewport Viewport
return void

UpdateCurrentViewportFromHardware() public static method

public static UpdateCurrentViewportFromHardware ( ) : void
return void