Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QOpenGLProgramBinaryCache::ShaderDesc Struct Reference

#include <qopenglprogrambinarycache_p.h>

+ Collaboration diagram for QOpenGLProgramBinaryCache::ShaderDesc:

Public Member Functions

 ShaderDesc ()
 
 ShaderDesc (QShader::Stage stage, const QByteArray &source=QByteArray())
 

Public Attributes

QShader::Stage stage
 
QByteArray source
 

Detailed Description

Definition at line 36 of file qopenglprogrambinarycache_p.h.

Constructor & Destructor Documentation

◆ ShaderDesc() [1/2]

QOpenGLProgramBinaryCache::ShaderDesc::ShaderDesc ( )
inline

Definition at line 37 of file qopenglprogrambinarycache_p.h.

◆ ShaderDesc() [2/2]

QOpenGLProgramBinaryCache::ShaderDesc::ShaderDesc ( QShader::Stage stage,
const QByteArray & source = QByteArray() )
inline

Definition at line 38 of file qopenglprogrambinarycache_p.h.

Member Data Documentation

◆ source

QByteArray QOpenGLProgramBinaryCache::ShaderDesc::source

Definition at line 42 of file qopenglprogrambinarycache_p.h.

◆ stage

QShader::Stage QOpenGLProgramBinaryCache::ShaderDesc::stage

Definition at line 41 of file qopenglprogrambinarycache_p.h.


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