C# Class Qyoto.QGLFramebufferObjectFormat

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode Description
Attachment ( ) : QGLFramebufferObject.Attachment
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
InternalTextureFormat ( ) : int
QGLFramebufferObjectFormat ( QGLFramebufferObjectFormat other ) : System
Samples ( ) : int
SetAttachment ( QGLFramebufferObject attachment ) : void
SetInternalTextureFormat ( int internalTextureFormat ) : void
SetSamples ( int samples ) : void
SetTextureTarget ( int target ) : void
TextureTarget ( ) : int
operator ( ) : bool

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QGLFramebufferObjectFormat ( Type dummy ) : System

Private Methods

Méthode Description
QGLFramebufferObjectFormat ( ) : System

Method Details

Attachment() public méthode

public Attachment ( ) : QGLFramebufferObject.Attachment
Résultat QGLFramebufferObject.Attachment

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InternalTextureFormat() public méthode

public InternalTextureFormat ( ) : int
Résultat int

QGLFramebufferObjectFormat() public méthode

public QGLFramebufferObjectFormat ( QGLFramebufferObjectFormat other ) : System
other QGLFramebufferObjectFormat
Résultat System

QGLFramebufferObjectFormat() protected méthode

protected QGLFramebufferObjectFormat ( Type dummy ) : System
dummy System.Type
Résultat System

Samples() public méthode

public Samples ( ) : int
Résultat int

SetAttachment() public méthode

public SetAttachment ( QGLFramebufferObject attachment ) : void
attachment QGLFramebufferObject
Résultat void

SetInternalTextureFormat() public méthode

public SetInternalTextureFormat ( int internalTextureFormat ) : void
internalTextureFormat int
Résultat void

SetSamples() public méthode

public SetSamples ( int samples ) : void
samples int
Résultat void

SetTextureTarget() public méthode

public SetTextureTarget ( int target ) : void
target int
Résultat void

TextureTarget() public méthode

public TextureTarget ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation