C# Class Reign.Video.Vita.SamplerState

Inheritance: System.Disposable, SamplerStateI
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Enable ( int index ) : void
New ( DisposableI parent, SamplerStateDescI desc ) : SamplerState
SamplerState ( DisposableI parent, SamplerStateDescI desc ) : System

Private Methods

Méthode Description
enable ( Texture2D texture ) : void

Method Details

Enable() public méthode

public Enable ( int index ) : void
index int
Résultat void

New() public static méthode

public static New ( DisposableI parent, SamplerStateDescI desc ) : SamplerState
parent DisposableI
desc SamplerStateDescI
Résultat SamplerState

SamplerState() public méthode

public SamplerState ( DisposableI parent, SamplerStateDescI desc ) : System
parent DisposableI
desc SamplerStateDescI
Résultat System