C# Class QuickFont.ProjectionStack

Afficher le fichier Open project: Pireax/neovim.cs Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ProjectionStack ( ) : System

Method Details

Begin() public static méthode

public static Begin ( ) : void
Résultat void

End() public static méthode

public static End ( ) : void
Résultat void

GetCurrentOrthogProjection() public static méthode

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

InvalidateViewport() public static méthode

public static InvalidateViewport ( ) : void
Résultat void

PopSoftwareViewport() public static méthode

public static PopSoftwareViewport ( ) : void
Résultat void

PushSoftwareViewport() public static méthode

public static PushSoftwareViewport ( Viewport viewport ) : void
viewport Viewport
Résultat void

UpdateCurrentViewportFromHardware() public static méthode

public static UpdateCurrentViewportFromHardware ( ) : void
Résultat void