#include <QWidget>#include <QTextDocument>#include <QString>#include "Definitions.h"#include "Memory/mmgr.h"Go to the source code of this file.
Classes | |
| class | CShaderFile |
Defines | |
| #define | VERTEX_SHADER 0x8B31 |
| #define | FRAGMENT_SHADER 0x8B30 |
| #define FRAGMENT_SHADER 0x8B30 |
Definition at line 21 of file CShaderFile.h.
Referenced by CShaderFile::Create(), VStudio::Create(), CShaderEditor::LoadFragment(), CShaderEditor::on_new_fragment_released(), CShaderEditor::on_open_fragment_released(), CShaderEditor::OpenAndApplyFragment(), CShaderEditor::ShowOpenDialog(), and CShaderEditor::ShowSaveDialog().
| #define VERTEX_SHADER 0x8B31 |
Definition at line 20 of file CShaderFile.h.
Referenced by CShaderFile::Create(), VStudio::Create(), CShaderEditor::LoadVertex(), CShaderEditor::on_new_Vertex_released(), CShaderEditor::on_open_vertex_released(), CShaderEditor::OpenAndApplyVertex(), CShaderEditor::OpenState(), CShaderEditor::SetShaderStatus(), and CShaderEditor::Validate().
1.5.7.1