C# Class Qyoto.QGLShader

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

Public Methods

Method Description
CompileSourceCode ( Qyoto.QByteArray source ) : bool
CompileSourceCode ( string source ) : bool
CompileSourceFile ( string fileName ) : bool
Dispose ( ) : void
IsCompiled ( ) : bool
Log ( ) : string
QGLShader ( uint type ) : System
QGLShader ( uint type, QGLContext context ) : System
QGLShader ( uint type, QGLContext context, QObject parent ) : System
QGLShader ( uint type, QObject parent ) : System
ShaderId ( ) : uint
ShaderType ( ) : uint
SourceCode ( ) : Qyoto.QByteArray
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

Method Description
QGLShader ( ) : System

Method Details

CompileSourceCode() public method

public CompileSourceCode ( Qyoto.QByteArray source ) : bool
source Qyoto.QByteArray
return bool

CompileSourceCode() public method

public CompileSourceCode ( string source ) : bool
source string
return bool

CompileSourceFile() public method

public CompileSourceFile ( string fileName ) : bool
fileName string
return bool

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IsCompiled() public method

public IsCompiled ( ) : bool
return bool

Log() public method

public Log ( ) : string
return string

QGLShader() protected method

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

QGLShader() public method

public QGLShader ( uint type ) : System
type uint
return System

QGLShader() public method

public QGLShader ( uint type, QGLContext context ) : System
type uint
context QGLContext
return System

QGLShader() public method

public QGLShader ( uint type, QGLContext context, QObject parent ) : System
type uint
context QGLContext
parent QObject
return System

QGLShader() public method

public QGLShader ( uint type, QObject parent ) : System
type uint
parent QObject
return System

ShaderId() public method

public ShaderId ( ) : uint
return uint

ShaderType() public method

public ShaderType ( ) : uint
return uint

SourceCode() public method

public SourceCode ( ) : Qyoto.QByteArray
return Qyoto.QByteArray

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string