Developer Documentation
Loading...
Searching...
No Matches
ShaderInfo Struct Reference

Public Attributes

QString name
 
QString description
 
QString details
 
QString version
 
QString example
 
QString directory
 
QString vertexShader
 
QString fragmentShader
 
QString pickVertexShader
 
QString pickFragmentShader
 
bool hasUniforms
 
QStringList uniforms
 
QStringList uniformTypes
 
QStringList uniformsDefault
 
QStringList uniformsMax
 
QStringList uniformsMin
 

Detailed Description

Definition at line 60 of file ViewControlPlugin.hh.

Member Data Documentation

◆ description

QString ShaderInfo::description

Definition at line 62 of file ViewControlPlugin.hh.

◆ details

QString ShaderInfo::details

Definition at line 63 of file ViewControlPlugin.hh.

◆ directory

QString ShaderInfo::directory

Definition at line 67 of file ViewControlPlugin.hh.

◆ example

QString ShaderInfo::example

Definition at line 65 of file ViewControlPlugin.hh.

◆ fragmentShader

QString ShaderInfo::fragmentShader

Definition at line 70 of file ViewControlPlugin.hh.

◆ hasUniforms

bool ShaderInfo::hasUniforms

Definition at line 75 of file ViewControlPlugin.hh.

◆ name

QString ShaderInfo::name

Definition at line 61 of file ViewControlPlugin.hh.

◆ pickFragmentShader

QString ShaderInfo::pickFragmentShader

Definition at line 73 of file ViewControlPlugin.hh.

◆ pickVertexShader

QString ShaderInfo::pickVertexShader

Definition at line 72 of file ViewControlPlugin.hh.

◆ uniforms

QStringList ShaderInfo::uniforms

Definition at line 76 of file ViewControlPlugin.hh.

◆ uniformsDefault

QStringList ShaderInfo::uniformsDefault

Definition at line 78 of file ViewControlPlugin.hh.

◆ uniformsMax

QStringList ShaderInfo::uniformsMax

Definition at line 79 of file ViewControlPlugin.hh.

◆ uniformsMin

QStringList ShaderInfo::uniformsMin

Definition at line 80 of file ViewControlPlugin.hh.

◆ uniformTypes

QStringList ShaderInfo::uniformTypes

Definition at line 77 of file ViewControlPlugin.hh.

◆ version

QString ShaderInfo::version

Definition at line 64 of file ViewControlPlugin.hh.

◆ vertexShader

QString ShaderInfo::vertexShader

Definition at line 69 of file ViewControlPlugin.hh.


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