Qt 4.8
Public Functions | Public Variables | List of all members
QGLCustomShaderStagePrivate Class Reference

Public Functions

 QGLCustomShaderStagePrivate ()
 

Public Variables

QPointer< QGLEngineShaderManagerm_manager
 
QByteArray m_source
 

Detailed Description

Definition at line 49 of file qglcustomshaderstage.cpp.

Constructors and Destructors

◆ QGLCustomShaderStagePrivate()

QGLCustomShaderStagePrivate::QGLCustomShaderStagePrivate ( )
inline

Definition at line 52 of file qglcustomshaderstage.cpp.

52  :
53  m_manager(0) {}
QPointer< QGLEngineShaderManager > m_manager

Properties

◆ m_manager

QPointer<QGLEngineShaderManager> QGLCustomShaderStagePrivate::m_manager

Definition at line 55 of file qglcustomshaderstage.cpp.

◆ m_source

QByteArray QGLCustomShaderStagePrivate::m_source

Definition at line 56 of file qglcustomshaderstage.cpp.


The documentation for this class was generated from the following file: