C# Class Qyoto.QGLFramebufferObjectFormat

Inheritance: Object, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method 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

Protected Methods

Method Description
CreateProxy ( ) : void
QGLFramebufferObjectFormat ( Type dummy ) : System

Private Methods

Method Description
QGLFramebufferObjectFormat ( ) : System

Method Details

Attachment() public method

public Attachment ( ) : QGLFramebufferObject.Attachment
return QGLFramebufferObject.Attachment

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

InternalTextureFormat() public method

public InternalTextureFormat ( ) : int
return int

QGLFramebufferObjectFormat() public method

public QGLFramebufferObjectFormat ( QGLFramebufferObjectFormat other ) : System
other QGLFramebufferObjectFormat
return System

QGLFramebufferObjectFormat() protected method

protected QGLFramebufferObjectFormat ( Type dummy ) : System
dummy System.Type
return System

Samples() public method

public Samples ( ) : int
return int

SetAttachment() public method

public SetAttachment ( QGLFramebufferObject attachment ) : void
attachment QGLFramebufferObject
return void

SetInternalTextureFormat() public method

public SetInternalTextureFormat ( int internalTextureFormat ) : void
internalTextureFormat int
return void

SetSamples() public method

public SetSamples ( int samples ) : void
samples int
return void

SetTextureTarget() public method

public SetTextureTarget ( int target ) : void
target int
return void

TextureTarget() public method

public TextureTarget ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation